#EF87A0

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

Shades of Mauvelous #EF87A0

Tints of Mauvelous #EF87A0

Color information

#EF87A0 (or 0xEF87A0) is unknown color: approx Mauvelous. HEX triplet: EF, 87 and A0. RGB value is (239,135,160). Sum of RGB (Red+Green+Blue) = 239+135+160=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF87A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF87A0 is #10785F. Grayscale: #A8A8A8. Windows color (decimal): -1079392 or 10520559. OLE color: 10520559.

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

Color convert

RGB239135160-
CMYK00.440.330.06
HSL345.58º76.47%73.33%-
HSV(B)345.58º43.51%93.73%-
XYZ50.6138.2237.97-
YUV168.95122.96177.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=44.76%
G=25.28%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913516000.440.330.06345.5876.4773.33
HexEF87A002C21615a4c49
Octal357207240054416532114111
Binary111011111000011110100000010110010000111010101101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF87A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF87A0; }

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

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

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

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

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

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

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

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