Html Css Color HEX #E6AAC1 Melanie

📋 copy color: '#E6AAC1'

red 230 ◦ green 170 ◦ blue 193

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

Shades of Melanie #E6AAC1

Tints of Melanie #E6AAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.67%

 BLUE value IS 193 (75.78% from 255) = 32.55%

R = 38.79%
G = 28.67%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E6AAC1 (or 0xE6AAC1) is known color: Melanie. HEX triplet: E6, AA and C1. RGB value is (230,170,193). Sum of RGB (Red+Green+Blue) = 230+170+193=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AAC1 is #19553E. Grayscale: #BEBEBE. Windows color (decimal): -1660223 or 12692198. OLE color: 12692198.

HSL color Cylindrical-coordinate representation of color #E6AAC1: hue angle of 337º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E6AAC1 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 170 193 -
CMYK 0 0.26 0.16 0.10
HSL 337º 0.55% 0.78% -
HSV(B) 337º 0.26% 0.9% -
XYZ 56.63 49.42 57.01 -
YUV 190.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 230 170 193 0 0.26 0.16 0.10 337 0.55 0.78
Hex E6 AA C1 0 1A 10 A 151 37 4E
Octal 346 252 301 0 32 20 12 521 67 116
Binary 11100110 10101010 11000001 0 11010 10000 1010 101010001 110111 1001110

Color Harmonies of #E6AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AAC1

Black with #E6AAC1

Text Example


Text Example

White with #E6AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AAC1; }

 p { color: rgb(230,170,193); }

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

background-color css

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

 a { background-color: rgb(230,170,193); }

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

border-color css

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

 span { border-color: rgb(230,170,193); }

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