#EF72D9

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

Shades of Pale Magenta #EF72D9

Tints of Pale Magenta #EF72D9

Color information

#EF72D9 (or 0xEF72D9) is unknown color: approx Pale Magenta. HEX triplet: EF, 72 and D9. RGB value is (239,114,217). Sum of RGB (Red+Green+Blue) = 239+114+217=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72D9 is #108D26. Grayscale: #A2A2A2. Windows color (decimal): -1084711 or 14250735. OLE color: 14250735.

HSL color Cylindrical-coordinate representation of color #EF72D9: hue angle of 310.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72D9 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239114217-
CMYK00.520.090.06
HSL310.56º79.62%69.22%-
HSV(B)310.56º52.3%93.73%-
XYZ54.1435.469.62-
YUV163.12158.41182.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 114 (44.92% from 255) = 20%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=41.93%
G=20%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911421700.520.090.06310.5679.6269.22
HexEF72D9034961375045
Octal357162331064116467120105
Binary111011111110010110110010110100100111010011011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF72D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF72D9; }

 p { color: rgb(239,114,217); }

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

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

 a { background-color: rgb(239,114,217); }

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

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

 span { border-color: rgb(239,114,217); }

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