#ED83DD

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

Shades of Pale Magenta #ED83DD

Tints of Pale Magenta #ED83DD

Color information

#ED83DD (or 0xED83DD) is unknown color: approx Pale Magenta. HEX triplet: ED, 83 and DD. RGB value is (237,131,221). Sum of RGB (Red+Green+Blue) = 237+131+221=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED83DD is #127C22. Grayscale: #ACACAC. Windows color (decimal): -1211427 or 14517229. OLE color: 14517229.

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

Color convert

RGB237131221-
CMYK00.450.070.07
HSL309.06º74.65%72.16%-
HSV(B)309.06º44.73%92.94%-
XYZ56.0939.4673.07-
YUV172.95155.12173.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 131 (51.56% from 255) = 22.24%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=40.24%
G=22.24%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713122100.450.070.07309.0674.6572.16
HexED83DD02D771354b48
Octal35520333505577465113110
Binary111011011000001111011101010110111111110011010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED83DD; }

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

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

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

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

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

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

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

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