Html Css Color HEX #E2AFC2 Melanie

📋 copy color: '#E2AFC2'

red 226 ◦ green 175 ◦ blue 194

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

Shades of Melanie #E2AFC2

Tints of Melanie #E2AFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.61%

R = 37.98%
G = 29.41%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E2AFC2 (or 0xE2AFC2) is known color: Melanie. HEX triplet: E2, AF and C2. RGB value is (226,175,194). Sum of RGB (Red+Green+Blue) = 226+175+194=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFC2 is #1D503D. Grayscale: #C0C0C0. Windows color (decimal): -1921086 or 12759010. OLE color: 12759010.

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

Color convert

RGB 226 175 194 -
CMYK 0 0.23 0.14 0.11
HSL 337.65º 0.47% 0.79% -
HSV(B) 337.65º 0.23% 0.89% -
XYZ 56.43 50.72 57.86 -
YUV 192.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 226 175 194 0 0.23 0.14 0.11 337.65 0.47 0.79
Hex E2 AF C2 0 17 E B 152 2F 4F
Octal 342 257 302 0 27 16 13 522 57 117
Binary 11100010 10101111 11000010 0 10111 1110 1011 101010010 101111 1001111

Color Harmonies of #E2AFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFC2

Black with #E2AFC2

Text Example


Text Example

White with #E2AFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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