#EE858E

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

Shades of Carissma #EE858E

Tints of Carissma #EE858E

Color information

#EE858E (or 0xEE858E) is unknown color: approx Carissma. HEX triplet: EE, 85 and 8E. RGB value is (238,133,142). Sum of RGB (Red+Green+Blue) = 238+133+142=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858E is #117A71. Grayscale: #A5A5A5. Windows color (decimal): -1145458 or 9340398. OLE color: 9340398.

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

Color convert

RGB238133142-
CMYK00.440.400.07
HSL354.86º75.54%72.75%-
HSV(B)354.86º44.12%93.33%-
XYZ48.5336.9130.16-
YUV165.42114.79179.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.39%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=46.39%
G=25.93%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813314200.440.400.07354.8675.5472.75
HexEE858E02C2871634c49
Octal356205216054507543114111
Binary111011101000010110001110010110010100011110110001110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE858E; }

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

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

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

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

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

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

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

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