#E08494

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

Shades of Carissma #E08494

Tints of Carissma #E08494

Color information

#E08494 (or 0xE08494) is unknown color: approx Carissma. HEX triplet: E0, 84 and 94. RGB value is (224,132,148). Sum of RGB (Red+Green+Blue) = 224+132+148=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E08494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08494 is #1F7B6B. Grayscale: #A1A1A1. Windows color (decimal): -2063212 or 9733344. OLE color: 9733344.

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

Color convert

RGB224132148-
CMYK00.410.340.12
HSL349.57º59.74%69.8%-
HSV(B)349.57º41.07%87.84%-
XYZ44.3434.4932.34-
YUV161.33120.48172.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=44.44%
G=26.19%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413214800.410.340.12349.5759.7469.8
HexE0849402922C15e3c46
Octal340204224051421453674106
Binary111000001000010010010100010100110001011001010111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08494; }

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

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

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

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

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

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

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

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