#EF85A6

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

Shades of Mauvelous #EF85A6

Tints of Mauvelous #EF85A6

Color information

#EF85A6 (or 0xEF85A6) is unknown color: approx Mauvelous. HEX triplet: EF, 85 and A6. RGB value is (239,133,166). Sum of RGB (Red+Green+Blue) = 239+133+166=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85A6 is #107A59. Grayscale: #A8A8A8. Windows color (decimal): -1079898 or 10913263. OLE color: 10913263.

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

Color convert

RGB239133166-
CMYK00.440.310.06
HSL341.32º76.81%72.94%-
HSV(B)341.32º44.35%93.73%-
XYZ50.8737.8840.71-
YUV168.46126.62178.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 133 (52.34% from 255) = 24.72%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=44.42%
G=24.72%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913316600.440.310.06341.3276.8172.94
HexEF85A602C1F61554d49
Octal357205246054376525115111
Binary11101111100001011010011001011001111111010101010110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85A6; }

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

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

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

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

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

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

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

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