#EF7AD7

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

Shades of Pale Magenta #EF7AD7

Tints of Pale Magenta #EF7AD7

Color information

#EF7AD7 (or 0xEF7AD7) is unknown color: approx Pale Magenta. HEX triplet: EF, 7A and D7. RGB value is (239,122,215). Sum of RGB (Red+Green+Blue) = 239+122+215=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 215 (84.38% from 255 or 37.33% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AD7 is #108528. Grayscale: #A7A7A7. Windows color (decimal): -1082665 or 14121711. OLE color: 14121711.

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

Color convert

RGB239122215-
CMYK00.490.100.06
HSL312.31º78.52%70.78%-
HSV(B)312.31º48.95%93.73%-
XYZ54.8237.1868.58-
YUV167.58154.76178.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 122 (48.05% from 255) = 21.18%
BLUE value IS 215 (84.38% from 255) = 37.33%
R=41.49%
G=21.18%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912221500.490.100.06312.3178.5270.78
HexEF7AD7031A61384f47
Octal357172327061126470117107
Binary111011111111010110101110110001101011010011100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AD7; }

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

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

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

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

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

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

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

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