#EE858C

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

Shades of Carissma #EE858C

Tints of Carissma #EE858C

Color information

#EE858C (or 0xEE858C) is unknown color: approx Carissma. HEX triplet: EE, 85 and 8C. RGB value is (238,133,140). Sum of RGB (Red+Green+Blue) = 238+133+140=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858C is #117A73. Grayscale: #A5A5A5. Windows color (decimal): -1145460 or 9209326. OLE color: 9209326.

HSL color Cylindrical-coordinate representation of color #EE858C: hue angle of 356º degrees, saturation: 0.76, 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 #EE858C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238133140-
CMYK00.440.410.07
HSL356º75.54%72.75%-
HSV(B)356º44.12%93.33%-
XYZ48.3836.8529.37-
YUV165.19113.79179.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.58%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=46.58%
G=26.03%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813314000.440.410.0735675.5472.75
HexEE858C02C2971644c49
Octal356205214054517544114111
Binary111011101000010110001100010110010100111110110010010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE858C; }

 p { color: rgb(238,133,140); }

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

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

 a { background-color: rgb(238,133,140); }

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

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

 span { border-color: rgb(238,133,140); }

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