#E18286

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

Shades of Carissma #E18286

Tints of Carissma #E18286

Color information

#E18286 (or 0xE18286) is unknown color: approx Carissma. HEX triplet: E1, 82 and 86. RGB value is (225,130,134). Sum of RGB (Red+Green+Blue) = 225+130+134=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E18286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18286 is #1E7D79. Grayscale: #9E9E9E. Windows color (decimal): -1998202 or 8815329. OLE color: 8815329.

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

Color convert

RGB225130134-
CMYK00.420.400.12
HSL357.47º61.29%69.61%-
HSV(B)357.47º42.22%88.24%-
XYZ43.3433.6926.77-
YUV158.86113.97175.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=46.01%
G=26.58%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513013400.420.400.12357.4761.2969.61
HexE1828602A28C1653d46
Octal341202206052501454575106
Binary111000011000001010000110010101010100011001011001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18286; }

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

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

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

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

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

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

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

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