#E08485

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

Shades of Carissma #E08485

Tints of Carissma #E08485

Color information

#E08485 (or 0xE08485) is unknown color: approx Carissma. HEX triplet: E0, 84 and 85. RGB value is (224,132,133). Sum of RGB (Red+Green+Blue) = 224+132+133=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 132 (51.95% from 255 or 26.99% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E08485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08485 is #1F7B7A. Grayscale: #9F9F9F. Windows color (decimal): -2063227 or 8750304. OLE color: 8750304.

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

Color convert

RGB224132133-
CMYK00.410.410.12
HSL359.35º59.74%69.8%-
HSV(B)359.35º41.07%87.84%-
XYZ43.2334.0426.48-
YUV159.62112.98173.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.81%
GREEN value IS 132 (51.95% from 255) = 26.99%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=45.81%
G=26.99%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413213300.410.410.12359.3559.7469.8
HexE0848502929C1673c46
Octal340204205051511454774106
Binary111000001000010010000101010100110100111001011001111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08485; }

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

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

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

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

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

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

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

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