#E08486

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

Shades of Carissma #E08486

Tints of Carissma #E08486

Color information

#E08486 (or 0xE08486) is unknown color: approx Carissma. HEX triplet: E0, 84 and 86. RGB value is (224,132,134). Sum of RGB (Red+Green+Blue) = 224+132+134=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E08486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08486 is #1F7B79. Grayscale: #9F9F9F. Windows color (decimal): -2063226 or 8815840. OLE color: 8815840.

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

Color convert

RGB224132134-
CMYK00.410.400.12
HSL358.7º59.74%69.8%-
HSV(B)358.7º41.07%87.84%-
XYZ43.2934.0726.85-
YUV159.74113.48173.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.71%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=45.71%
G=26.94%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413213400.410.400.12358.759.7469.8
HexE0848602928C1673c46
Octal340204206051501454774106
Binary111000001000010010000110010100110100011001011001111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08486; }

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

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

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

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

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

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

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

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