#E08492

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

Shades of Carissma #E08492

Tints of Carissma #E08492

Color information

#E08492 (or 0xE08492) is unknown color: approx Carissma. HEX triplet: E0, 84 and 92. RGB value is (224,132,146). Sum of RGB (Red+Green+Blue) = 224+132+146=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08492 is #1F7B6D. Grayscale: #A1A1A1. Windows color (decimal): -2063214 or 9602272. OLE color: 9602272.

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

Color convert

RGB224132146-
CMYK00.410.350.12
HSL350.87º59.74%69.8%-
HSV(B)350.87º41.07%87.84%-
XYZ44.1834.4331.51-
YUV161.1119.48172.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=44.62%
G=26.29%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413214600.410.350.12350.8759.7469.8
HexE0849202923C15f3c46
Octal340204222051431453774106
Binary111000001000010010010010010100110001111001010111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08492; }

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

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

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

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

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

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

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

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