Html Css Color HEX #E2AFBE Melanie

📋 copy color: '#E2AFBE'

red 226 ◦ green 175 ◦ blue 190

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

Shades of Melanie #E2AFBE

Tints of Melanie #E2AFBE

RGB

 RED value IS 226 (88.67% from 255) = 38.24%

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

 BLUE value IS 190 (74.61% from 255) = 32.15%

R = 38.24%
G = 29.61%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2AFBE (or 0xE2AFBE) is known color: Melanie. HEX triplet: E2, AF and BE. RGB value is (226,175,190). Sum of RGB (Red+Green+Blue) = 226+175+190=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFBE is #1D5041. Grayscale: #BFBFBF. Windows color (decimal): -1921090 or 12496866. OLE color: 12496866.

HSL color Cylindrical-coordinate representation of color #E2AFBE: hue angle of 342.35º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFBE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 175 190 -
CMYK 0 0.23 0.16 0.11
HSL 342.35º 0.47% 0.79% -
HSV(B) 342.35º 0.23% 0.89% -
XYZ 55.99 50.55 55.52 -
YUV 191.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 226 175 190 0 0.23 0.16 0.11 342.35 0.47 0.79
Hex E2 AF BE 0 17 10 B 156 2F 4F
Octal 342 257 276 0 27 20 13 526 57 117
Binary 11100010 10101111 10111110 0 10111 10000 1011 101010110 101111 1001111

Color Harmonies of #E2AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFBE

Black with #E2AFBE

Text Example


Text Example

White with #E2AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFBE; }

 p { color: rgb(226,175,190); }

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

background-color css

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

 a { background-color: rgb(226,175,190); }

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

border-color css

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

 span { border-color: rgb(226,175,190); }

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