#ED53DD

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

Shades of Free Speech Magenta #ED53DD

Tints of Free Speech Magenta #ED53DD

Color information

#ED53DD (or 0xED53DD) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 53 and DD. RGB value is (237,83,221). Sum of RGB (Red+Green+Blue) = 237+83+221=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED53DD is #12AC22. Grayscale: #909090. Windows color (decimal): -1223715 or 14504941. OLE color: 14504941.

HSL color Cylindrical-coordinate representation of color #ED53DD: hue angle of 306.23º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED53DD is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23783221-
CMYK00.650.070.07
HSL306.23º81.05%62.75%-
HSV(B)306.23º64.98%92.94%-
XYZ51.0729.4171.39-
YUV144.78171.02193.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 83 (32.81% from 255) = 15.34%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=43.81%
G=15.34%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378322100.650.070.07306.2381.0562.75
HexED53DD04177132513f
Octal35512333501017746212177
Binary11101101101001111011101010000011111111001100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED53DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED53DD; }

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

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

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

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

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

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

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

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