#E08896

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

Shades of Carissma #E08896

Tints of Carissma #E08896

Color information

#E08896 (or 0xE08896) is unknown color: approx Carissma. HEX triplet: E0, 88 and 96. RGB value is (224,136,150). Sum of RGB (Red+Green+Blue) = 224+136+150=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E08896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08896 is #1F7769. Grayscale: #A3A3A3. Windows color (decimal): -2062186 or 9865440. OLE color: 9865440.

HSL color Cylindrical-coordinate representation of color #E08896: hue angle of 350.45º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E08896 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB224136150-
CMYK00.390.330.12
HSL350.45º58.67%70.59%-
HSV(B)350.45º39.29%87.84%-
XYZ45.0535.6633.36-
YUV163.91120.15170.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=43.92%
G=26.67%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413615000.390.330.12350.4558.6770.59
HexE0889602721C15e3b47
Octal340210226047411453673107
Binary111000001000100010010110010011110000111001010111101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08896; }

 p { color: rgb(224,136,150); }

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

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

 a { background-color: rgb(224,136,150); }

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

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

 span { border-color: rgb(224,136,150); }

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