#E08A92

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

Shades of Carissma #E08A92

Tints of Carissma #E08A92

Color information

#E08A92 (or 0xE08A92) is unknown color: approx Carissma. HEX triplet: E0, 8A and 92. RGB value is (224,138,146). Sum of RGB (Red+Green+Blue) = 224+138+146=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08A92 is #1F756D. Grayscale: #A4A4A4. Windows color (decimal): -2061678 or 9603808. OLE color: 9603808.

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

Color convert

RGB224138146-
CMYK00.380.350.12
HSL354.42º58.11%70.98%-
HSV(B)354.42º38.39%87.84%-
XYZ45.0236.131.79-
YUV164.63117.49170.35-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=44.09%
G=27.17%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413814600.380.350.12354.4258.1170.98
HexE08A9202623C1623a47
Octal340212222046431454272107
Binary111000001000101010010010010011010001111001011000101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A92; }

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

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

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

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

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

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

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

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