#EF93AA

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

Shades of Mauvelous #EF93AA

Tints of Mauvelous #EF93AA

Color information

#EF93AA (or 0xEF93AA) is unknown color: approx Mauvelous. HEX triplet: EF, 93 and AA. RGB value is (239,147,170). Sum of RGB (Red+Green+Blue) = 239+147+170=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF93AA is #106C55. Grayscale: #B1B1B1. Windows color (decimal): -1076310 or 11178991. OLE color: 11178991.

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

Color convert

RGB239147170-
CMYK00.380.290.06
HSL345º74.19%75.69%-
HSV(B)345º38.49%93.73%-
XYZ53.2942.1243.35-
YUV177.13123.98172.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 147 (57.81% from 255) = 26.44%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=42.99%
G=26.44%
B=30.58%

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
Decimal23914717000.380.290.0634574.1975.69
HexEF93AA0261D61594a4c
Octal357223252046356531112114
Binary11101111100100111010101001001101110111010101100110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93AA; }

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

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

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

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

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

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

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

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