#E18996

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

Shades of Carissma #E18996

Tints of Carissma #E18996

Color information

#E18996 (or 0xE18996) is unknown color: approx Carissma. HEX triplet: E1, 89 and 96. RGB value is (225,137,150). Sum of RGB (Red+Green+Blue) = 225+137+150=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E18996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18996 is #1E7669. Grayscale: #A4A4A4. Windows color (decimal): -1996394 or 9865697. OLE color: 9865697.

HSL color Cylindrical-coordinate representation of color #E18996: hue angle of 351.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18996 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB225137150-
CMYK00.390.330.12
HSL351.14º59.46%70.98%-
HSV(B)351.14º39.11%88.24%-
XYZ45.536.133.42-
YUV164.79119.65170.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 137 (53.91% from 255) = 26.76%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=43.95%
G=26.76%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513715000.390.330.12351.1459.4670.98
HexE1899602721C15f3b47
Octal341211226047411453773107
Binary111000011000100110010110010011110000111001010111111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18996; }

 p { color: rgb(225,137,150); }

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

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

 a { background-color: rgb(225,137,150); }

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

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

 span { border-color: rgb(225,137,150); }

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