#EE858B

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

Shades of Carissma #EE858B

Tints of Carissma #EE858B

Color information

#EE858B (or 0xEE858B) is unknown color: approx Carissma. HEX triplet: EE, 85 and 8B. RGB value is (238,133,139). Sum of RGB (Red+Green+Blue) = 238+133+139=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858B is #117A74. Grayscale: #A5A5A5. Windows color (decimal): -1145461 or 9143790. OLE color: 9143790.

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

Color convert

RGB238133139-
CMYK00.440.420.07
HSL356.57º75.54%72.75%-
HSV(B)356.57º44.12%93.33%-
XYZ48.3136.8228.99-
YUV165.08113.29180.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.67%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=46.67%
G=26.08%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813313900.440.420.07356.5775.5472.75
HexEE858B02C2A71654c49
Octal356205213054527545114111
Binary111011101000010110001011010110010101011110110010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE858B; }

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

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

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

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

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

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

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

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