#EF7AD9

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

Shades of Pale Magenta #EF7AD9

Tints of Pale Magenta #EF7AD9

Color information

#EF7AD9 (or 0xEF7AD9) is unknown color: approx Pale Magenta. HEX triplet: EF, 7A and D9. RGB value is (239,122,217). Sum of RGB (Red+Green+Blue) = 239+122+217=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AD9 is #108526. Grayscale: #A7A7A7. Windows color (decimal): -1082663 or 14252783. OLE color: 14252783.

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

Color convert

RGB239122217-
CMYK00.490.090.06
HSL311.28º78.52%70.78%-
HSV(B)311.28º48.95%93.73%-
XYZ55.0837.2869.94-
YUV167.81155.76178.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 122 (48.05% from 255) = 21.11%
BLUE value IS 217 (85.16% from 255) = 37.54%
R=41.35%
G=21.11%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912221700.490.090.06311.2878.5270.78
HexEF7AD9031961374f47
Octal357172331061116467117107
Binary111011111111010110110010110001100111010011011110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AD9; }

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

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

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

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

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

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

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

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