#EE8292

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

Shades of Carissma #EE8292

Tints of Carissma #EE8292

Color information

#EE8292 (or 0xEE8292) is unknown color: approx Carissma. HEX triplet: EE, 82 and 92. RGB value is (238,130,146). Sum of RGB (Red+Green+Blue) = 238+130+146=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8292 is #117D6D. Grayscale: #A4A4A4. Windows color (decimal): -1146222 or 9601774. OLE color: 9601774.

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

Color convert

RGB238130146-
CMYK00.450.390.07
HSL351.11º76.06%72.16%-
HSV(B)351.11º45.38%93.33%-
XYZ48.4336.2231.63-
YUV164.12117.78180.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.30%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=46.30%
G=25.29%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813014600.450.390.07351.1176.0672.16
HexEE829202D27715f4c48
Octal356202222055477537114110
Binary111011101000001010010010010110110011111110101111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8292; }

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

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

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

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

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

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

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

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