#EF85A7

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

Shades of Mauvelous #EF85A7

Tints of Mauvelous #EF85A7

Color information

#EF85A7 (or 0xEF85A7) is unknown color: approx Mauvelous. HEX triplet: EF, 85 and A7. RGB value is (239,133,167). Sum of RGB (Red+Green+Blue) = 239+133+167=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85A7 is #107A58. Grayscale: #A8A8A8. Windows color (decimal): -1079897 or 10978799. OLE color: 10978799.

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

Color convert

RGB239133167-
CMYK00.440.300.06
HSL340.75º76.81%72.94%-
HSV(B)340.75º44.35%93.73%-
XYZ50.9637.9241.19-
YUV168.57127.12178.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 133 (52.34% from 255) = 24.68%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=44.34%
G=24.68%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913316700.440.300.06340.7576.8172.94
HexEF85A702C1E61554d49
Octal357205247054366525115111
Binary11101111100001011010011101011001111011010101010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85A7; }

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

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

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

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

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

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

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

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