#E18488

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

Shades of Carissma #E18488

Tints of Carissma #E18488

Color information

#E18488 (or 0xE18488) is unknown color: approx Carissma. HEX triplet: E1, 84 and 88. RGB value is (225,132,136). Sum of RGB (Red+Green+Blue) = 225+132+136=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E18488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18488 is #1E7B77. Grayscale: #A0A0A0. Windows color (decimal): -1997688 or 8946913. OLE color: 8946913.

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

Color convert

RGB225132136-
CMYK00.410.400.12
HSL357.42º60.78%70%-
HSV(B)357.42º41.33%88.24%-
XYZ43.7534.2927.61-
YUV160.26114.31174.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=45.64%
G=26.77%
B=27.59%

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
Decimal22513213600.410.400.12357.4260.7870
HexE1848802928C1653d46
Octal341204210051501454575106
Binary111000011000010010001000010100110100011001011001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18488; }

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

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

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

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

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

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

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

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