#EC818C

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

Shades of Carissma #EC818C

Tints of Carissma #EC818C

Color information

#EC818C (or 0xEC818C) is unknown color: approx Carissma. HEX triplet: EC, 81 and 8C. RGB value is (236,129,140). Sum of RGB (Red+Green+Blue) = 236+129+140=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC818C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC818C is #137E73. Grayscale: #A2A2A2. Windows color (decimal): -1277556 or 9208300. OLE color: 9208300.

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

Color convert

RGB236129140-
CMYK00.450.410.07
HSL353.83º73.79%71.57%-
HSV(B)353.83º45.34%92.55%-
XYZ47.1835.4329.16-
YUV162.25115.45180.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.73%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=46.73%
G=25.54%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612914000.450.410.07353.8373.7971.57
HexEC818C02D2971624a48
Octal354201214055517542112110
Binary111011001000000110001100010110110100111110110001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC818C; }

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

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

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

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

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

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

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

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