#E18186

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

Shades of Carissma #E18186

Tints of Carissma #E18186

Color information

#E18186 (or 0xE18186) is unknown color: approx Carissma. HEX triplet: E1, 81 and 86. RGB value is (225,129,134). Sum of RGB (Red+Green+Blue) = 225+129+134=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E18186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18186 is #1E7E79. Grayscale: #9E9E9E. Windows color (decimal): -1998458 or 8815073. OLE color: 8815073.

HSL color Cylindrical-coordinate representation of color #E18186: hue angle of 356.88º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E18186 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225129134-
CMYK00.430.400.12
HSL356.88º61.54%69.41%-
HSV(B)356.88º42.67%88.24%-
XYZ43.233.4326.73-
YUV158.27114.3175.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.11%
GREEN value IS 129 (50.78% from 255) = 26.43%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=46.11%
G=26.43%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512913400.430.400.12356.8861.5469.41
HexE1818602B28C1653e45
Octal341201206053501454576105
Binary111000011000000110000110010101110100011001011001011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18186; }

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

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

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

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

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

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

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

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