Html Css Color HEX #E2AFC6 Melanie

📋 copy color: '#E2AFC6'

red 226 ◦ green 175 ◦ blue 198

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

Shades of Melanie #E2AFC6

Tints of Melanie #E2AFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.06%

R = 37.73%
G = 29.22%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E2AFC6 (or 0xE2AFC6) is known color: Melanie. HEX triplet: E2, AF and C6. RGB value is (226,175,198). Sum of RGB (Red+Green+Blue) = 226+175+198=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFC6 is #1D5039. Grayscale: #C0C0C0. Windows color (decimal): -1921082 or 13021154. OLE color: 13021154.

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

Color convert

RGB 226 175 198 -
CMYK 0 0.23 0.12 0.11
HSL 332.94º 0.47% 0.79% -
HSV(B) 332.94º 0.23% 0.89% -
XYZ 56.89 50.91 60.25 -
YUV 192.87 130.9 151.63 -
System Red Green Blue C M Y K H S L
Decimal 226 175 198 0 0.23 0.12 0.11 332.94 0.47 0.79
Hex E2 AF C6 0 17 C B 14D 2F 4F
Octal 342 257 306 0 27 14 13 515 57 117
Binary 11100010 10101111 11000110 0 10111 1100 1011 101001101 101111 1001111

Color Harmonies of #E2AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFC6

Black with #E2AFC6

Text Example


Text Example

White with #E2AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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