#EF85AD

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

Shades of Mauvelous #EF85AD

Tints of Mauvelous #EF85AD

Color information

#EF85AD (or 0xEF85AD) is unknown color: approx Mauvelous. HEX triplet: EF, 85 and AD. RGB value is (239,133,173). Sum of RGB (Red+Green+Blue) = 239+133+173=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85AD is #107A52. Grayscale: #A9A9A9. Windows color (decimal): -1079891 or 11372015. OLE color: 11372015.

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

Color convert

RGB239133173-
CMYK00.440.280.06
HSL337.36º76.81%72.94%-
HSV(B)337.36º44.35%93.73%-
XYZ51.5338.1444.18-
YUV169.25130.12177.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=43.85%
G=24.40%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913317300.440.280.06337.3676.8172.94
HexEF85AD02C1C61514d49
Octal357205255054346521115111
Binary11101111100001011010110101011001110011010101000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85AD; }

 p { color: rgb(239,133,173); }

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

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

 a { background-color: rgb(239,133,173); }

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

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

 span { border-color: rgb(239,133,173); }

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