#E08992

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

Shades of Carissma #E08992

Tints of Carissma #E08992

Color information

#E08992 (or 0xE08992) is unknown color: approx Carissma. HEX triplet: E0, 89 and 92. RGB value is (224,137,146). Sum of RGB (Red+Green+Blue) = 224+137+146=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E08992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08992 is #1F766D. Grayscale: #A4A4A4. Windows color (decimal): -2061934 or 9603552. OLE color: 9603552.

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

Color convert

RGB224137146-
CMYK00.390.350.12
HSL353.79º58.39%70.78%-
HSV(B)353.79º38.84%87.84%-
XYZ44.8735.8131.74-
YUV164.04117.82170.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=44.18%
G=27.02%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413714600.390.350.12353.7958.3970.78
HexE0899202723C1623a47
Octal340211222047431454272107
Binary111000001000100110010010010011110001111001011000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08992; }

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

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

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

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

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

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

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

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