#E08094

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

Shades of Carissma #E08094

Tints of Carissma #E08094

Color information

#E08094 (or 0xE08094) is unknown color: approx Carissma. HEX triplet: E0, 80 and 94. RGB value is (224,128,148). Sum of RGB (Red+Green+Blue) = 224+128+148=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E08094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08094 is #1F7F6B. Grayscale: #9F9F9F. Windows color (decimal): -2064236 or 9732320. OLE color: 9732320.

HSL color Cylindrical-coordinate representation of color #E08094: hue angle of 347.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08094 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB224128148-
CMYK00.430.340.12
HSL347.5º60.76%69.02%-
HSV(B)347.5º42.86%87.84%-
XYZ43.833.4232.16-
YUV158.98121.8174.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.8%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=44.8%
G=25.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412814800.430.340.12347.560.7669.02
HexE0809402B22C15c3d45
Octal340200224053421453475105
Binary111000001000000010010100010101110001011001010111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08094; }

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

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

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

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

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

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

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

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