#ED51DF

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

Shades of Free Speech Magenta #ED51DF

Tints of Free Speech Magenta #ED51DF

Color information

#ED51DF (or 0xED51DF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 51 and DF. RGB value is (237,81,223). Sum of RGB (Red+Green+Blue) = 237+81+223=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 81 (32.03% from 255 or 14.97% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51DF is #12AE20. Grayscale: #8F8F8F. Windows color (decimal): -1224225 or 14635501. OLE color: 14635501.

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

Color convert

RGB23781223-
CMYK00.660.060.07
HSL305.38º81.25%62.35%-
HSV(B)305.38º65.82%92.94%-
XYZ51.1929.2272.75-
YUV143.83172.68194.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 81 (32.03% from 255) = 14.97%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=43.81%
G=14.97%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378122300.660.060.07305.3881.2562.35
HexED51DF04267131513e
Octal35512133701026746112176
Binary11101101101000111011111010000101101111001100011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED51DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED51DF; }

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

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

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

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

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

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

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

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