Html Css Color HEX #ED51C5 Free Speech Magenta

📋 copy color: '#ED51C5'

red 237 ◦ green 81 ◦ blue 197

#ED51C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #ED51C5

Tints of Free Speech Magenta #ED51C5

RGB

 RED value IS 237 (92.97% from 255) = 46.02%

 GREEN value IS 81 (32.03% from 255) = 15.73%

 BLUE value IS 197 (77.34% from 255) = 38.25%

R = 46.02%
G = 15.73%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED51C5 (or 0xED51C5) is known color: Free Speech Magenta. HEX triplet: ED, 51 and C5. RGB value is (237,81,197). Sum of RGB (Red+Green+Blue) = 237+81+197=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51C5 is #12AE3A. Grayscale: #8C8C8C. Windows color (decimal): -1224251 or 12931565. OLE color: 12931565.

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

Color convert

RGB 237 81 197 -
CMYK 0 0.66 0.17 0.07
HSL 315.38º 0.81% 0.62% -
HSV(B) 315.38º 0.66% 0.93% -
XYZ 47.95 27.92 55.69 -
YUV 140.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 237 81 197 0 0.66 0.17 0.07 315.38 0.81 0.62
Hex ED 51 C5 0 42 11 7 13B 51 3E
Octal 355 121 305 0 102 21 7 473 121 76
Binary 11101101 1010001 11000101 0 1000010 10001 111 100111011 1010001 111110

Color Harmonies of #ED51C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51C5

Black with #ED51C5

Text Example


Text Example

White with #ED51C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51C5; }

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

 H1.HeaderClassName
 {
   color: #ED51C5;
 }
 .AnyTagClassName
 {
   color: #ED51C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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