#ED84E0

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

Shades of Pale Magenta #ED84E0

Tints of Pale Magenta #ED84E0

Color information

#ED84E0 (or 0xED84E0) is unknown color: approx Pale Magenta. HEX triplet: ED, 84 and E0. RGB value is (237,132,224). Sum of RGB (Red+Green+Blue) = 237+132+224=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84E0 is #127B1F. Grayscale: #ADADAD. Windows color (decimal): -1211168 or 14714093. OLE color: 14714093.

HSL color Cylindrical-coordinate representation of color #ED84E0: hue angle of 307.43º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84E0 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237132224-
CMYK00.440.050.07
HSL307.43º74.47%72.35%-
HSV(B)307.43º44.3%92.94%-
XYZ56.6339.8975.24-
YUV173.88156.29173.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 132 (51.95% from 255) = 22.26%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=39.97%
G=22.26%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713222400.440.050.07307.4374.4772.35
HexED84E002C571334a48
Octal35520434005457463112110
Binary111011011000010011100000010110010111110011001110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84E0; }

 p { color: rgb(237,132,224); }

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

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

 a { background-color: rgb(237,132,224); }

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

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

 span { border-color: rgb(237,132,224); }

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