#EF9AA6

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

Shades of Mauvelous #EF9AA6

Tints of Mauvelous #EF9AA6

Color information

#EF9AA6 (or 0xEF9AA6) is unknown color: approx Mauvelous. HEX triplet: EF, 9A and A6. RGB value is (239,154,166). Sum of RGB (Red+Green+Blue) = 239+154+166=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AA6 is #106559. Grayscale: #B4B4B4. Windows color (decimal): -1074522 or 10918639. OLE color: 10918639.

HSL color Cylindrical-coordinate representation of color #EF9AA6: hue angle of 351.53º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9AA6 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239154166-
CMYK00.360.310.06
HSL351.53º72.65%77.06%-
HSV(B)351.53º35.56%93.73%-
XYZ54.0444.2241.76-
YUV180.78119.66169.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=42.75%
G=27.55%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915416600.360.310.06351.5372.6577.06
HexEF9AA60241F6160494d
Octal357232246044376540111115
Binary11101111100110101010011001001001111111010110000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AA6; }

 p { color: rgb(239,154,166); }

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

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

 a { background-color: rgb(239,154,166); }

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

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

 span { border-color: rgb(239,154,166); }

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