#E08490

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

Shades of Carissma #E08490

Tints of Carissma #E08490

Color information

#E08490 (or 0xE08490) is unknown color: approx Carissma. HEX triplet: E0, 84 and 90. RGB value is (224,132,144). Sum of RGB (Red+Green+Blue) = 224+132+144=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E08490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08490 is #1F7B6F. Grayscale: #A0A0A0. Windows color (decimal): -2063216 or 9471200. OLE color: 9471200.

HSL color Cylindrical-coordinate representation of color #E08490: hue angle of 352.17º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08490 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224132144-
CMYK00.410.360.12
HSL352.17º59.74%69.8%-
HSV(B)352.17º41.07%87.84%-
XYZ44.0334.3630.7-
YUV160.88118.48173.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.8%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=44.8%
G=26.4%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413214400.410.360.12352.1759.7469.8
HexE0849002924C1603c46
Octal340204220051441454074106
Binary111000001000010010010000010100110010011001011000001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08490; }

 p { color: rgb(224,132,144); }

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

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

 a { background-color: rgb(224,132,144); }

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

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

 span { border-color: rgb(224,132,144); }

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