Html Css Color HEX #E6AFC0 Melanie

📋 copy color: '#E6AFC0'

red 230 ◦ green 175 ◦ blue 192

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

Shades of Melanie #E6AFC0

Tints of Melanie #E6AFC0

RGB

 RED value IS 230 (90.23% from 255) = 38.53%

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

 BLUE value IS 192 (75.39% from 255) = 32.16%

R = 38.53%
G = 29.31%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6AFC0 (or 0xE6AFC0) is known color: Melanie. HEX triplet: E6, AF and C0. RGB value is (230,175,192). Sum of RGB (Red+Green+Blue) = 230+175+192=597 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.53% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFC0 is #19503F. Grayscale: #C1C1C1. Windows color (decimal): -1658944 or 12627942. OLE color: 12627942.

HSL color Cylindrical-coordinate representation of color #E6AFC0: hue angle of 341.45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFC0 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 175 192 -
CMYK 0 0.24 0.17 0.10
HSL 341.45º 0.52% 0.79% -
HSV(B) 341.45º 0.24% 0.9% -
XYZ 57.48 51.29 56.74 -
YUV 193.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 230 175 192 0 0.24 0.17 0.10 341.45 0.52 0.79
Hex E6 AF C0 0 18 11 A 155 34 4F
Octal 346 257 300 0 30 21 12 525 64 117
Binary 11100110 10101111 11000000 0 11000 10001 1010 101010101 110100 1001111

Color Harmonies of #E6AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AFC0

Black with #E6AFC0

Text Example


Text Example

White with #E6AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AFC0; }

 p { color: rgb(230,175,192); }

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

background-color css

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

 a { background-color: rgb(230,175,192); }

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

border-color css

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

 span { border-color: rgb(230,175,192); }

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