#EF9AA8

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

Shades of Mauvelous #EF9AA8

Tints of Mauvelous #EF9AA8

Color information

#EF9AA8 (or 0xEF9AA8) is unknown color: approx Mauvelous. HEX triplet: EF, 9A and A8. RGB value is (239,154,168). Sum of RGB (Red+Green+Blue) = 239+154+168=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9AA8 is #106557. Grayscale: #B5B5B5. Windows color (decimal): -1074520 or 11049711. OLE color: 11049711.

HSL color Cylindrical-coordinate representation of color #EF9AA8: hue angle of 350.12º 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 #EF9AA8 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239154168-
CMYK00.360.300.06
HSL350.12º72.65%77.06%-
HSV(B)350.12º35.56%93.73%-
XYZ54.2244.2942.74-
YUV181.01120.66169.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=42.60%
G=27.45%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915416800.360.300.06350.1272.6577.06
HexEF9AA80241E615e494d
Octal357232250044366536111115
Binary11101111100110101010100001001001111011010101111010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9AA8; }

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

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

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

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

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

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

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

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