#E0AFC1

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

Shades of Melanie #E0AFC1

Tints of Melanie #E0AFC1

Color information

#E0AFC1 (or 0xE0AFC1) is unknown color: approx Melanie. HEX triplet: E0, AF and C1. RGB value is (224,175,193). Sum of RGB (Red+Green+Blue) = 224+175+193=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFC1 is #1F503E. Grayscale: #BFBFBF. Windows color (decimal): -2052159 or 12693472. OLE color: 12693472.

HSL color Cylindrical-coordinate representation of color #E0AFC1: hue angle of 337.96º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0AFC1 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB224175193-
CMYK00.220.140.12
HSL337.96º44.14%78.24%-
HSV(B)337.96º21.88%87.84%-
XYZ55.750.3657.24-
YUV191.7128.73151.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 175 (68.75% from 255) = 29.56%
BLUE value IS 193 (75.78% from 255) = 32.60%
R=37.84%
G=29.56%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417519300.220.140.12337.9644.1478.24
HexE0AFC1016EC1522c4e
Octal340257301026161452254116
Binary111000001010111111000001010110111011001010100101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFC1; }

 p { color: rgb(224,175,193); }

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

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

 a { background-color: rgb(224,175,193); }

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

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

 span { border-color: rgb(224,175,193); }

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