Html Css Color HEX #E1AFBC Melanie

📋 copy color: '#E1AFBC'

red 225 ◦ green 175 ◦ blue 188

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

Shades of Melanie #E1AFBC

Tints of Melanie #E1AFBC

RGB

 RED value IS 225 (88.28% from 255) = 38.27%

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

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

R = 38.27%
G = 29.76%
B = 31.97%

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

#E1AFBC (or 0xE1AFBC) is known color: Melanie. HEX triplet: E1, AF and BC. RGB value is (225,175,188). Sum of RGB (Red+Green+Blue) = 225+175+188=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFBC is #1E5043. Grayscale: #BFBFBF. Windows color (decimal): -1986628 or 12365793. OLE color: 12365793.

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

Color convert

RGB 225 175 188 -
CMYK 0 0.22 0.16 0.12
HSL 344.4º 0.45% 0.78% -
HSV(B) 344.4º 0.22% 0.88% -
XYZ 55.46 50.3 54.36 -
YUV 191.43 126.07 151.94 -
System Red Green Blue C M Y K H S L
Decimal 225 175 188 0 0.22 0.16 0.12 344.4 0.45 0.78
Hex E1 AF BC 0 16 10 C 158 2D 4E
Octal 341 257 274 0 26 20 14 530 55 116
Binary 11100001 10101111 10111100 0 10110 10000 1100 101011000 101101 1001110

Color Harmonies of #E1AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AFBC

Black with #E1AFBC

Text Example


Text Example

White with #E1AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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