#ED51BE

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

Shades of Free Speech Magenta #ED51BE

Tints of Free Speech Magenta #ED51BE

Color information

#ED51BE (or 0xED51BE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 51 and BE. RGB value is (237,81,190). Sum of RGB (Red+Green+Blue) = 237+81+190=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51BE is #12AE41. Grayscale: #8B8B8B. Windows color (decimal): -1224258 or 12472813. OLE color: 12472813.

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

Color convert

RGB23781190-
CMYK00.660.200.07
HSL318.08º81.25%62.35%-
HSV(B)318.08º65.82%92.94%-
XYZ47.1627.6151.56-
YUV140.07156.18197.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 81 (32.03% from 255) = 15.94%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=46.65%
G=15.94%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378119000.660.200.07318.0881.2562.35
HexED51BE04214713e513e
Octal355121276010224747612176
Binary1110110110100011011111001000010101001111001111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED51BE; }

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

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

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

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

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

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

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

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