#E6ABBA

Color #E6ABBA Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #E6ABBA

Tints of Melanie #E6ABBA

Color information

#E6ABBA (or 0xE6ABBA) is unknown color: approx Melanie. HEX triplet: E6, AB and BA. RGB value is (230,171,186). Sum of RGB (Red+Green+Blue) = 230+171+186=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ABBA is #195445. Grayscale: #BEBEBE. Windows color (decimal): -1659974 or 12233702. OLE color: 12233702.

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

Color convert

RGB230171186-
CMYK00.260.190.10
HSL344.75º54.13%78.63%-
HSV(B)344.75º25.65%90.2%-
XYZ56.0649.4953.05-
YUV190.35125.55156.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=39.18%
G=29.13%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017118600.260.190.10344.7554.1378.63
HexE6ABBA01A13A159364f
Octal346253272032231253166117
Binary1110011010101011101110100110101001110101010110011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ABBA; }

 p { color: rgb(230,171,186); }

 H1.HeaderClassName
 {
   color: #E6ABBA;
 }
 .AnyTagClassName
 {
   color: #E6ABBA;
 }
</style>
background-color css

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

 a { background-color: rgb(230,171,186); }

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

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

 span { border-color: rgb(230,171,186); }

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