Html Css Color HEX #E0AFBC Melanie

📋 copy color: '#E0AFBC'

red 224 ◦ green 175 ◦ blue 188

#E0AFBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #E0AFBC

Tints of Melanie #E0AFBC

RGB

 RED value IS 224 (87.89% from 255) = 38.16%

 GREEN value IS 175 (68.75% from 255) = 29.81%

 BLUE value IS 188 (73.83% from 255) = 32.03%

R = 38.16%
G = 29.81%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0AFBC (or 0xE0AFBC) is known color: Melanie. HEX triplet: E0, AF and BC. RGB value is (224,175,188). Sum of RGB (Red+Green+Blue) = 224+175+188=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AFBC is #1F5043. Grayscale: #BFBFBF. Windows color (decimal): -2052164 or 12365792. OLE color: 12365792.

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

Color convert

RGB 224 175 188 -
CMYK 0 0.22 0.16 0.12
HSL 344.08º 0.44% 0.78% -
HSV(B) 344.08º 0.22% 0.88% -
XYZ 55.15 50.14 54.35 -
YUV 191.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 224 175 188 0 0.22 0.16 0.12 344.08 0.44 0.78
Hex E0 AF BC 0 16 10 C 158 2C 4E
Octal 340 257 274 0 26 20 14 530 54 116
Binary 11100000 10101111 10111100 0 10110 10000 1100 101011000 101100 1001110

Color Harmonies of #E0AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AFBC

Black with #E0AFBC

Text Example


Text Example

White with #E0AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AFBC; }

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

 H1.HeaderClassName
 {
   color: #E0AFBC;
 }
 .AnyTagClassName
 {
   color: #E0AFBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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