#EE8196

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

Shades of Carissma #EE8196

Tints of Carissma #EE8196

Color information

#EE8196 (or 0xEE8196) is unknown color: approx Carissma. HEX triplet: EE, 81 and 96. RGB value is (238,129,150). Sum of RGB (Red+Green+Blue) = 238+129+150=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8196 is #117E69. Grayscale: #A4A4A4. Windows color (decimal): -1146474 or 9863662. OLE color: 9863662.

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

Color convert

RGB238129150-
CMYK00.460.370.07
HSL348.44º76.22%71.96%-
HSV(B)348.44º45.8%93.33%-
XYZ48.6236.0833.26-
YUV163.98120.11180.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=46.03%
G=24.95%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812915000.460.370.07348.4476.2271.96
HexEE819602E25715c4c48
Octal356201226056457534114110
Binary111011101000000110010110010111010010111110101110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8196; }

 p { color: rgb(238,129,150); }

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

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

 a { background-color: rgb(238,129,150); }

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

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

 span { border-color: rgb(238,129,150); }

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