#EF95AA

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

Shades of Mauvelous #EF95AA

Tints of Mauvelous #EF95AA

Color information

#EF95AA (or 0xEF95AA) is unknown color: approx Mauvelous. HEX triplet: EF, 95 and AA. RGB value is (239,149,170). Sum of RGB (Red+Green+Blue) = 239+149+170=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF95AA is #106A55. Grayscale: #B2B2B2. Windows color (decimal): -1075798 or 11179503. OLE color: 11179503.

HSL color Cylindrical-coordinate representation of color #EF95AA: hue angle of 346º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95AA is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239149170-
CMYK00.380.290.06
HSL346º73.77%76.08%-
HSV(B)346º37.66%93.73%-
XYZ53.642.7543.46-
YUV178.3123.32171.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 149 (58.59% from 255) = 26.70%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=42.83%
G=26.70%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914917000.380.290.0634673.7776.08
HexEF95AA0261D615a4a4c
Octal357225252046356532112114
Binary11101111100101011010101001001101110111010101101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF95AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF95AA; }

 p { color: rgb(239,149,170); }

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

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

 a { background-color: rgb(239,149,170); }

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

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

 span { border-color: rgb(239,149,170); }

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