#E18A96

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

Shades of Carissma #E18A96

Tints of Carissma #E18A96

Color information

#E18A96 (or 0xE18A96) is unknown color: approx Carissma. HEX triplet: E1, 8A and 96. RGB value is (225,138,150). Sum of RGB (Red+Green+Blue) = 225+138+150=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A96 is #1E7569. Grayscale: #A5A5A5. Windows color (decimal): -1996138 or 9865953. OLE color: 9865953.

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

Color convert

RGB225138150-
CMYK00.390.330.12
HSL351.72º59.18%71.18%-
HSV(B)351.72º38.67%88.24%-
XYZ45.6436.3933.47-
YUV165.38119.32170.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=43.86%
G=26.90%
B=29.24%

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
Decimal22513815000.390.330.12351.7259.1871.18
HexE18A9602721C1603b47
Octal341212226047411454073107
Binary111000011000101010010110010011110000111001011000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A96; }

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

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

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

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

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

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

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

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