#ED51CE

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

Shades of Free Speech Magenta #ED51CE

Tints of Free Speech Magenta #ED51CE

Color information

#ED51CE (or 0xED51CE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 51 and CE. RGB value is (237,81,206). Sum of RGB (Red+Green+Blue) = 237+81+206=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51CE is #12AE31. Grayscale: #8D8D8D. Windows color (decimal): -1224242 or 13521389. OLE color: 13521389.

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

Color convert

RGB23781206-
CMYK00.660.130.07
HSL311.92º81.25%62.35%-
HSV(B)311.92º65.82%92.94%-
XYZ49.0128.3561.28-
YUV141.89164.18195.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 81 (32.03% from 255) = 15.46%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=45.23%
G=15.46%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378120600.660.130.07311.9281.2562.35
HexED51CE042D7138513e
Octal355121316010215747012176
Binary111011011010001110011100100001011011111001110001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED51CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED51CE; }

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

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

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

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

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

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

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

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