#EF7AD8

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

Shades of Pale Magenta #EF7AD8

Tints of Pale Magenta #EF7AD8

Color information

#EF7AD8 (or 0xEF7AD8) is unknown color: approx Pale Magenta. HEX triplet: EF, 7A and D8. RGB value is (239,122,216). Sum of RGB (Red+Green+Blue) = 239+122+216=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AD8 is #108527. Grayscale: #A7A7A7. Windows color (decimal): -1082664 or 14187247. OLE color: 14187247.

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

Color convert

RGB239122216-
CMYK00.490.100.06
HSL311.79º78.52%70.78%-
HSV(B)311.79º48.95%93.73%-
XYZ54.9537.2369.26-
YUV167.7155.26178.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 122 (48.05% from 255) = 21.14%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=41.42%
G=21.14%
B=37.44%

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
Decimal23912221600.490.100.06311.7978.5270.78
HexEF7AD8031A61384f47
Octal357172330061126470117107
Binary111011111111010110110000110001101011010011100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AD8; }

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

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

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

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

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

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

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

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