#E08493

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

Shades of Carissma #E08493

Tints of Carissma #E08493

Color information

#E08493 (or 0xE08493) is unknown color: approx Carissma. HEX triplet: E0, 84 and 93. RGB value is (224,132,147). Sum of RGB (Red+Green+Blue) = 224+132+147=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E08493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08493 is #1F7B6C. Grayscale: #A1A1A1. Windows color (decimal): -2063213 or 9667808. OLE color: 9667808.

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

Color convert

RGB224132147-
CMYK00.410.340.12
HSL350.22º59.74%69.8%-
HSV(B)350.22º41.07%87.84%-
XYZ44.2634.4631.92-
YUV161.22119.98172.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=44.53%
G=26.24%
B=29.22%

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
Decimal22413214700.410.340.12350.2259.7469.8
HexE0849302922C15e3c46
Octal340204223051421453674106
Binary111000001000010010010011010100110001011001010111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08493; }

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

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

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

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

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

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

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

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