#E18586

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

Shades of Carissma #E18586

Tints of Carissma #E18586

Color information

#E18586 (or 0xE18586) is unknown color: approx Carissma. HEX triplet: E1, 85 and 86. RGB value is (225,133,134). Sum of RGB (Red+Green+Blue) = 225+133+134=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E18586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18586 is #1E7A79. Grayscale: #A0A0A0. Windows color (decimal): -1997434 or 8816097. OLE color: 8816097.

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

Color convert

RGB225133134-
CMYK00.410.400.12
HSL359.35º60.53%70.2%-
HSV(B)359.35º40.89%88.24%-
XYZ43.7434.526.91-
YUV160.62112.98173.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=45.73%
G=27.03%
B=27.24%

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
Decimal22513313400.410.400.12359.3560.5370.2
HexE1858602928C1673d46
Octal341205206051501454775106
Binary111000011000010110000110010100110100011001011001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18586; }

 p { color: rgb(225,133,134); }

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

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

 a { background-color: rgb(225,133,134); }

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

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

 span { border-color: rgb(225,133,134); }

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