#ED51CA

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

Shades of Free Speech Magenta #ED51CA

Tints of Free Speech Magenta #ED51CA

Color information

#ED51CA (or 0xED51CA) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 51 and CA. RGB value is (237,81,202). Sum of RGB (Red+Green+Blue) = 237+81+202=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51CA is #12AE35. Grayscale: #8D8D8D. Windows color (decimal): -1224246 or 13259245. OLE color: 13259245.

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

Color convert

RGB23781202-
CMYK00.660.150.07
HSL313.46º81.25%62.35%-
HSV(B)313.46º65.82%92.94%-
XYZ48.5328.1558.75-
YUV141.44162.18196.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 81 (32.03% from 255) = 15.58%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=45.58%
G=15.58%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378120200.660.150.07313.4681.2562.35
HexED51CA042F7139513e
Octal355121312010217747112176
Binary111011011010001110010100100001011111111001110011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED51CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED51CA; }

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

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

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

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

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

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

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

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