#EE858A

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

Shades of Carissma #EE858A

Tints of Carissma #EE858A

Color information

#EE858A (or 0xEE858A) is unknown color: approx Carissma. HEX triplet: EE, 85 and 8A. RGB value is (238,133,138). Sum of RGB (Red+Green+Blue) = 238+133+138=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE858A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE858A is #117A75. Grayscale: #A5A5A5. Windows color (decimal): -1145462 or 9078254. OLE color: 9078254.

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

Color convert

RGB238133138-
CMYK00.440.420.07
HSL357.14º75.54%72.75%-
HSV(B)357.14º44.12%93.33%-
XYZ48.2336.7928.6-
YUV164.96112.79180.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 133 (52.34% from 255) = 26.13%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=46.76%
G=26.13%
B=27.11%

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
Decimal23813313800.440.420.07357.1475.5472.75
HexEE858A02C2A71654c49
Octal356205212054527545114111
Binary111011101000010110001010010110010101011110110010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE858A; }

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

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

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

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

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

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

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

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