#EF89A0

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

Shades of Mauvelous #EF89A0

Tints of Mauvelous #EF89A0

Color information

#EF89A0 (or 0xEF89A0) is unknown color: approx Mauvelous. HEX triplet: EF, 89 and A0. RGB value is (239,137,160). Sum of RGB (Red+Green+Blue) = 239+137+160=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF89A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF89A0 is #10765F. Grayscale: #AAAAAA. Windows color (decimal): -1078880 or 10521071. OLE color: 10521071.

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

Color convert

RGB239137160-
CMYK00.430.330.06
HSL346.47º76.12%73.73%-
HSV(B)346.47º42.68%93.73%-
XYZ50.8938.7838.06-
YUV170.12122.29177.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 137 (53.91% from 255) = 25.56%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=44.59%
G=25.56%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913716000.430.330.06346.4776.1273.73
HexEF89A002B21615a4c4a
Octal357211240053416532114112
Binary111011111000100110100000010101110000111010101101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF89A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF89A0; }

 p { color: rgb(239,137,160); }

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

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

 a { background-color: rgb(239,137,160); }

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

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

 span { border-color: rgb(239,137,160); }

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