#EF90AC

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

Shades of Mauvelous #EF90AC

Tints of Mauvelous #EF90AC

Color information

#EF90AC (or 0xEF90AC) is unknown color: approx Mauvelous. HEX triplet: EF, 90 and AC. RGB value is (239,144,172). Sum of RGB (Red+Green+Blue) = 239+144+172=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF90AC is #106F53. Grayscale: #AFAFAF. Windows color (decimal): -1077076 or 11309295. OLE color: 11309295.

HSL color Cylindrical-coordinate representation of color #EF90AC: hue angle of 342.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90AC is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239144172-
CMYK00.400.280.06
HSL342.32º74.8%75.1%-
HSV(B)342.32º39.75%93.73%-
XYZ53.0241.2844.2-
YUV175.6125.97173.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 144 (56.64% from 255) = 25.95%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=43.06%
G=25.95%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914417200.400.280.06342.3274.875.1
HexEF90AC0281C61564b4b
Octal357220254050346526113113
Binary11101111100100001010110001010001110011010101011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90AC; }

 p { color: rgb(239,144,172); }

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

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

 a { background-color: rgb(239,144,172); }

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

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

 span { border-color: rgb(239,144,172); }

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