#E08193

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

Shades of Carissma #E08193

Tints of Carissma #E08193

Color information

#E08193 (or 0xE08193) is unknown color: approx Carissma. HEX triplet: E0, 81 and 93. RGB value is (224,129,147). Sum of RGB (Red+Green+Blue) = 224+129+147=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E08193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08193 is #1F7E6C. Grayscale: #9F9F9F. Windows color (decimal): -2063981 or 9667040. OLE color: 9667040.

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

Color convert

RGB224129147-
CMYK00.420.340.12
HSL348.63º60.51%69.22%-
HSV(B)348.63º42.41%87.84%-
XYZ43.8633.6531.79-
YUV159.46120.97174.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.8%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=44.8%
G=25.8%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412914700.420.340.12348.6360.5169.22
HexE0819302A22C15d3d45
Octal340201223052421453575105
Binary111000001000000110010011010101010001011001010111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08193; }

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

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

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

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

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

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

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

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