#E18A8C

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

Shades of Carissma #E18A8C

Tints of Carissma #E18A8C

Color information

#E18A8C (or 0xE18A8C) is unknown color: approx Carissma. HEX triplet: E1, 8A and 8C. RGB value is (225,138,140). Sum of RGB (Red+Green+Blue) = 225+138+140=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A8C is #1E7573. Grayscale: #A4A4A4. Windows color (decimal): -1996148 or 9210593. OLE color: 9210593.

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

Color convert

RGB225138140-
CMYK00.390.380.12
HSL358.62º59.18%71.18%-
HSV(B)358.62º38.67%88.24%-
XYZ44.8736.0829.41-
YUV164.24114.32171.34-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=44.73%
G=27.44%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513814000.390.380.12358.6259.1871.18
HexE18A8C02726C1673b47
Octal341212214047461454773107
Binary111000011000101010001100010011110011011001011001111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18A8C; }

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

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

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

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

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

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

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

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