#E18288

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

Shades of Carissma #E18288

Tints of Carissma #E18288

Color information

#E18288 (or 0xE18288) is unknown color: approx Carissma. HEX triplet: E1, 82 and 88. RGB value is (225,130,136). Sum of RGB (Red+Green+Blue) = 225+130+136=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E18288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18288 is #1E7D77. Grayscale: #9F9F9F. Windows color (decimal): -1998200 or 8946401. OLE color: 8946401.

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

Color convert

RGB225130136-
CMYK00.420.400.12
HSL356.21º61.29%69.61%-
HSV(B)356.21º42.22%88.24%-
XYZ43.4833.7527.52-
YUV159.09114.97175.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.82%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=45.82%
G=26.48%
B=27.70%

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
Decimal22513013600.420.400.12356.2161.2969.61
HexE1828802A28C1643d46
Octal341202210052501454475106
Binary111000011000001010001000010101010100011001011001001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18288; }

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

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

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

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

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

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

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

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