#EF91DC

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

Shades of Pale Magenta #EF91DC

Tints of Pale Magenta #EF91DC

Color information

#EF91DC (or 0xEF91DC) is unknown color: approx Pale Magenta. HEX triplet: EF, 91 and DC. RGB value is (239,145,220). Sum of RGB (Red+Green+Blue) = 239+145+220=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91DC is #106E23. Grayscale: #B5B5B5. Windows color (decimal): -1076772 or 14455279. OLE color: 14455279.

HSL color Cylindrical-coordinate representation of color #EF91DC: hue angle of 312.13º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91DC is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239145220-
CMYK00.390.080.06
HSL312.13º74.6%75.29%-
HSV(B)312.13º39.33%93.73%-
XYZ58.6443.7773.07-
YUV181.66149.64168.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 145 (57.03% from 255) = 24.01%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=39.57%
G=24.01%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914522000.390.080.06312.1374.675.29
HexEF91DC027861384b4b
Octal357221334047106470113113
Binary1110111110010001110111000100111100011010011100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91DC; }

 p { color: rgb(239,145,220); }

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

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

 a { background-color: rgb(239,145,220); }

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

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

 span { border-color: rgb(239,145,220); }

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