#E08196

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

Shades of Carissma #E08196

Tints of Carissma #E08196

Color information

#E08196 (or 0xE08196) is unknown color: approx Carissma. HEX triplet: E0, 81 and 96. RGB value is (224,129,150). Sum of RGB (Red+Green+Blue) = 224+129+150=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08196 is #1F7E69. Grayscale: #9F9F9F. Windows color (decimal): -2063978 or 9863648. OLE color: 9863648.

HSL color Cylindrical-coordinate representation of color #E08196: hue angle of 346.74º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E08196 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224129150-
CMYK00.420.330.12
HSL346.74º60.51%69.22%-
HSV(B)346.74º42.41%87.84%-
XYZ44.133.7533.04-
YUV159.8122.47173.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 150 (58.98% from 255) = 29.82%
R=44.53%
G=25.65%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412915000.420.330.12346.7460.5169.22
HexE0819602A21C15b3d45
Octal340201226052411453375105
Binary111000001000000110010110010101010000111001010110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08196; }

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

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

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

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

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

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

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

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