#E18A9E

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

Shades of Carissma #E18A9E

Tints of Carissma #E18A9E

Color information

#E18A9E (or 0xE18A9E) is unknown color: approx Carissma. HEX triplet: E1, 8A and 9E. RGB value is (225,138,158). Sum of RGB (Red+Green+Blue) = 225+138+158=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A9E is #1E7561. Grayscale: #A6A6A6. Windows color (decimal): -1996130 or 10390241. OLE color: 10390241.

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

Color convert

RGB225138158-
CMYK00.390.300.12
HSL346.21º59.18%71.18%-
HSV(B)346.21º38.67%88.24%-
XYZ46.3136.6536.98-
YUV166.29123.32169.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=43.19%
G=26.49%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513815800.390.300.12346.2159.1871.18
HexE18A9E0271EC15a3b47
Octal341212236047361453273107
Binary11100001100010101001111001001111111011001010110101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A9E; }

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

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

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

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

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

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

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

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