#EF91D9

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

Shades of Pale Magenta #EF91D9

Tints of Pale Magenta #EF91D9

Color information

#EF91D9 (or 0xEF91D9) is unknown color: approx Pale Magenta. HEX triplet: EF, 91 and D9. RGB value is (239,145,217). Sum of RGB (Red+Green+Blue) = 239+145+217=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 217 (85.16% from 255 or 36.11% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91D9 is #106E26. Grayscale: #B5B5B5. Windows color (decimal): -1076775 or 14258671. OLE color: 14258671.

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

Color convert

RGB239145217-
CMYK00.390.090.06
HSL314.04º74.6%75.29%-
HSV(B)314.04º39.33%93.73%-
XYZ58.2543.6170.99-
YUV181.31148.14169.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 217 (85.16% from 255) = 36.11%
R=39.77%
G=24.13%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914521700.390.090.06314.0474.675.29
HexEF91D90279613a4b4b
Octal357221331047116472113113
Binary1110111110010001110110010100111100111010011101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF91D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF91D9; }

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

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

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

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

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

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

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

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