Html Css Color HEX #E6AEC0 Melanie

📋 copy color: '#E6AEC0'

red 230 ◦ green 174 ◦ blue 192

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

Shades of Melanie #E6AEC0

Tints of Melanie #E6AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.19%

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

R = 38.59%
G = 29.19%
B = 32.21%

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

#E6AEC0 (or 0xE6AEC0) is known color: Melanie. HEX triplet: E6, AE and C0. RGB value is (230,174,192). Sum of RGB (Red+Green+Blue) = 230+174+192=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AEC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AEC0 is #19513F. Grayscale: #C0C0C0. Windows color (decimal): -1659200 or 12627686. OLE color: 12627686.

HSL color Cylindrical-coordinate representation of color #E6AEC0: hue angle of 340.71º degrees, saturation: 0.53, 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 #E6AEC0 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 174 192 -
CMYK 0 0.24 0.17 0.10
HSL 340.71º 0.53% 0.79% -
HSV(B) 340.71º 0.24% 0.9% -
XYZ 57.28 50.9 56.67 -
YUV 192.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 230 174 192 0 0.24 0.17 0.10 340.71 0.53 0.79
Hex E6 AE C0 0 18 11 A 155 35 4F
Octal 346 256 300 0 30 21 12 525 65 117
Binary 11100110 10101110 11000000 0 11000 10001 1010 101010101 110101 1001111

Color Harmonies of #E6AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AEC0

Black with #E6AEC0

Text Example


Text Example

White with #E6AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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