#E08996

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

Shades of Carissma #E08996

Tints of Carissma #E08996

Color information

#E08996 (or 0xE08996) is unknown color: approx Carissma. HEX triplet: E0, 89 and 96. RGB value is (224,137,150). Sum of RGB (Red+Green+Blue) = 224+137+150=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E08996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08996 is #1F7669. Grayscale: #A4A4A4. Windows color (decimal): -2061930 or 9865696. OLE color: 9865696.

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

Color convert

RGB224137150-
CMYK00.390.330.12
HSL351.03º58.39%70.78%-
HSV(B)351.03º38.84%87.84%-
XYZ45.1935.9433.41-
YUV164.49119.82170.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.84%
GREEN value IS 137 (53.91% from 255) = 26.81%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=43.84%
G=26.81%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413715000.390.330.12351.0358.3970.78
HexE0899602721C15f3a47
Octal340211226047411453772107
Binary111000001000100110010110010011110000111001010111111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08996; }

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

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

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

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

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

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

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

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