#ED54DF

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

Shades of Free Speech Magenta #ED54DF

Tints of Free Speech Magenta #ED54DF

Color information

#ED54DF (or 0xED54DF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 54 and DF. RGB value is (237,84,223). Sum of RGB (Red+Green+Blue) = 237+84+223=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 84 (33.20% from 255 or 15.44% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54DF is #12AB20. Grayscale: #919191. Windows color (decimal): -1223457 or 14636269. OLE color: 14636269.

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

Color convert

RGB23784223-
CMYK00.650.060.07
HSL305.49º80.95%62.94%-
HSV(B)305.49º64.56%92.94%-
XYZ51.4129.6772.83-
YUV145.59171.69193.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 84 (33.20% from 255) = 15.44%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=43.57%
G=15.44%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378422300.650.060.07305.4980.9562.94
HexED54DF04167131513f
Octal35512433701016746112177
Binary11101101101010011011111010000011101111001100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED54DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED54DF; }

 p { color: rgb(237,84,223); }

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

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

 a { background-color: rgb(237,84,223); }

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

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

 span { border-color: rgb(237,84,223); }

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