#EC808C

Color #EC808C Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #EC808C

Tints of Carissma #EC808C

Color information

#EC808C (or 0xEC808C) is unknown color: approx Carissma. HEX triplet: EC, 80 and 8C. RGB value is (236,128,140). Sum of RGB (Red+Green+Blue) = 236+128+140=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC808C is #137F73. Grayscale: #A1A1A1. Windows color (decimal): -1277812 or 9208044. OLE color: 9208044.

HSL color Cylindrical-coordinate representation of color #EC808C: hue angle of 353.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC808C is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB236128140-
CMYK00.460.410.07
HSL353.33º73.97%71.37%-
HSV(B)353.33º45.76%92.55%-
XYZ47.0435.1629.12-
YUV161.66115.78181.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 46.83%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=46.83%
G=25.40%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612814000.460.410.07353.3373.9771.37
HexEC808C02E2971614a47
Octal354200214056517541112107
Binary111011001000000010001100010111010100111110110000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC808C; }

 p { color: rgb(236,128,140); }

 H1.HeaderClassName
 {
   color: #EC808C;
 }
 .AnyTagClassName
 {
   color: #EC808C;
 }
</style>
background-color css

<style>
 a { background-color: #EC808C; }

 a { background-color: rgb(236,128,140); }

 div.DivClassName
 {
   background-color: #EC808C;
 }
 .BgClassName
 {
   background-color: #EC808C;
 }
</style>
border-color css

<style>
 span { border-color: #EC808C; }

 span { border-color: rgb(236,128,140); }

 td.TdClassName
 {
   border-color: #EC808C;
 }
 .TagClassName
 {
   border-color: #EC808C;
 }
</style>