#EF7ED7

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

Shades of Pale Magenta #EF7ED7

Tints of Pale Magenta #EF7ED7

Color information

#EF7ED7 (or 0xEF7ED7) is unknown color: approx Pale Magenta. HEX triplet: EF, 7E and D7. RGB value is (239,126,215). Sum of RGB (Red+Green+Blue) = 239+126+215=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ED7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ED7 is #108128. Grayscale: #A9A9A9. Windows color (decimal): -1081641 or 14122735. OLE color: 14122735.

HSL color Cylindrical-coordinate representation of color #EF7ED7: hue angle of 312.74º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7ED7 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239126215-
CMYK00.470.100.06
HSL312.74º77.93%71.57%-
HSV(B)312.74º47.28%93.73%-
XYZ55.3238.1868.74-
YUV169.93153.44177.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=41.21%
G=21.72%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912621500.470.100.06312.7477.9371.57
HexEF7ED702FA61394e48
Octal357176327057126471116110
Binary111011111111110110101110101111101011010011100110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7ED7; }

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

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

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

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

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

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

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

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