#E08696

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

Shades of Carissma #E08696

Tints of Carissma #E08696

Color information

#E08696 (or 0xE08696) is unknown color: approx Carissma. HEX triplet: E0, 86 and 96. RGB value is (224,134,150). Sum of RGB (Red+Green+Blue) = 224+134+150=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E08696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08696 is #1F7969. Grayscale: #A2A2A2. Windows color (decimal): -2062698 or 9864928. OLE color: 9864928.

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

Color convert

RGB224134150-
CMYK00.400.330.12
HSL349.33º59.21%70.2%-
HSV(B)349.33º40.18%87.84%-
XYZ44.7735.133.27-
YUV162.73120.82171.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.09%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=44.09%
G=26.38%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413415000.400.330.12349.3359.2170.2
HexE0869602821C15d3b46
Octal340206226050411453573106
Binary111000001000011010010110010100010000111001010111011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08696; }

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

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

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

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

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

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

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

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