#EE8287

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

Shades of Carissma #EE8287

Tints of Carissma #EE8287

Color information

#EE8287 (or 0xEE8287) is unknown color: approx Carissma. HEX triplet: EE, 82 and 87. RGB value is (238,130,135). Sum of RGB (Red+Green+Blue) = 238+130+135=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8287 is #117D78. Grayscale: #A2A2A2. Windows color (decimal): -1146233 or 8880878. OLE color: 8880878.

HSL color Cylindrical-coordinate representation of color #EE8287: hue angle of 357.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8287 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB238130135-
CMYK00.450.430.07
HSL357.22º76.06%72.16%-
HSV(B)357.22º45.38%93.33%-
XYZ47.6235.8927.34-
YUV162.86112.28181.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=47.32%
G=25.84%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813013500.450.430.07357.2276.0672.16
HexEE828702D2B71654c48
Octal356202207055537545114110
Binary111011101000001010000111010110110101111110110010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8287; }

 p { color: rgb(238,130,135); }

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

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

 a { background-color: rgb(238,130,135); }

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

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

 span { border-color: rgb(238,130,135); }

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