#E08796

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

Shades of Carissma #E08796

Tints of Carissma #E08796

Color information

#E08796 (or 0xE08796) is unknown color: approx Carissma. HEX triplet: E0, 87 and 96. RGB value is (224,135,150). Sum of RGB (Red+Green+Blue) = 224+135+150=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E08796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08796 is #1F7869. Grayscale: #A3A3A3. Windows color (decimal): -2062442 or 9865184. OLE color: 9865184.

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

Color convert

RGB224135150-
CMYK00.400.330.12
HSL349.89º58.94%70.39%-
HSV(B)349.89º39.73%87.84%-
XYZ44.9135.3833.32-
YUV163.32120.49171.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=44.01%
G=26.52%
B=29.47%

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
Decimal22413515000.400.330.12349.8958.9470.39
HexE0879602821C15e3b46
Octal340207226050411453673106
Binary111000001000011110010110010100010000111001010111101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08796; }

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

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

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

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

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

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

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

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