#EE869C

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

Shades of Carissma #EE869C

Tints of Carissma #EE869C

Color information

#EE869C (or 0xEE869C) is unknown color: approx Carissma. HEX triplet: EE, 86 and 9C. RGB value is (238,134,156). Sum of RGB (Red+Green+Blue) = 238+134+156=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE869C is #117963. Grayscale: #A7A7A7. Windows color (decimal): -1145188 or 10258158. OLE color: 10258158.

HSL color Cylindrical-coordinate representation of color #EE869C: hue angle of 347.31º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE869C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB238134156-
CMYK00.440.340.07
HSL347.31º75.36%72.94%-
HSV(B)347.31º43.7%93.33%-
XYZ49.7937.6336.09-
YUV167.6121.46178.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.08%
GREEN value IS 134 (52.73% from 255) = 25.38%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=45.08%
G=25.38%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813415600.440.340.07347.3175.3672.94
HexEE869C02C22715b4b49
Octal356206234054427533113111
Binary111011101000011010011100010110010001011110101101110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE869C; }

 p { color: rgb(238,134,156); }

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

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

 a { background-color: rgb(238,134,156); }

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

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

 span { border-color: rgb(238,134,156); }

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