#ED84E3

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

Shades of Pale Magenta #ED84E3

Tints of Pale Magenta #ED84E3

Color information

#ED84E3 (or 0xED84E3) is unknown color: approx Pale Magenta. HEX triplet: ED, 84 and E3. RGB value is (237,132,227). Sum of RGB (Red+Green+Blue) = 237+132+227=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84E3 is #127B1C. Grayscale: #ADADAD. Windows color (decimal): -1211165 or 14910701. OLE color: 14910701.

HSL color Cylindrical-coordinate representation of color #ED84E3: hue angle of 305.71º 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 #ED84E3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB237132227-
CMYK00.440.040.07
HSL305.71º74.47%72.35%-
HSV(B)305.71º44.3%92.94%-
XYZ57.0440.0577.4-
YUV174.22157.79172.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 132 (51.95% from 255) = 22.15%
BLUE value IS 227 (89.06% from 255) = 38.09%
R=39.77%
G=22.15%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713222700.440.040.07305.7174.4772.35
HexED84E302C471324a48
Octal35520434305447462112110
Binary111011011000010011100011010110010011110011001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED84E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED84E3; }

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

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

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

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

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

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

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

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