#ED83DA

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

Shades of Pale Magenta #ED83DA

Tints of Pale Magenta #ED83DA

Color information

#ED83DA (or 0xED83DA) is unknown color: approx Pale Magenta. HEX triplet: ED, 83 and DA. RGB value is (237,131,218). Sum of RGB (Red+Green+Blue) = 237+131+218=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83DA is #127C25. Grayscale: #ACACAC. Windows color (decimal): -1211430 or 14320621. OLE color: 14320621.

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

Color convert

RGB237131218-
CMYK00.450.080.07
HSL310.75º74.65%72.16%-
HSV(B)310.75º44.73%92.94%-
XYZ55.739.370.98-
YUV172.61153.62173.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 131 (51.56% from 255) = 22.35%
BLUE value IS 218 (85.55% from 255) = 37.20%
R=40.44%
G=22.35%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713121800.450.080.07310.7574.6572.16
HexED83DA02D871374b48
Octal355203332055107467113110
Binary1110110110000011110110100101101100011110011011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83DA; }

 p { color: rgb(237,131,218); }

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

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

 a { background-color: rgb(237,131,218); }

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

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

 span { border-color: rgb(237,131,218); }

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