#EF85A5

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

Shades of Mauvelous #EF85A5

Tints of Mauvelous #EF85A5

Color information

#EF85A5 (or 0xEF85A5) is unknown color: approx Mauvelous. HEX triplet: EF, 85 and A5. RGB value is (239,133,165). Sum of RGB (Red+Green+Blue) = 239+133+165=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF85A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF85A5 is #107A5A. Grayscale: #A8A8A8. Windows color (decimal): -1079899 or 10847727. OLE color: 10847727.

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

Color convert

RGB239133165-
CMYK00.440.310.06
HSL341.89º76.81%72.94%-
HSV(B)341.89º44.35%93.73%-
XYZ50.7837.8440.23-
YUV168.34126.12178.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 165 (64.84% from 255) = 30.73%
R=44.51%
G=24.77%
B=30.73%

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
Decimal23913316500.440.310.06341.8976.8172.94
HexEF85A502C1F61564d49
Octal357205245054376526115111
Binary11101111100001011010010101011001111111010101011010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF85A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF85A5; }

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

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

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

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

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

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

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

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