Html Css Color HEX #ED51DD Free Speech Magenta

📋 copy color: '#ED51DD'

red 237 ◦ green 81 ◦ blue 221

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

Shades of Free Speech Magenta #ED51DD

Tints of Free Speech Magenta #ED51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 43.97%
G = 15.03%
B = 41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED51DD (or 0xED51DD) is known color: Free Speech Magenta. HEX triplet: ED, 51 and DD. RGB value is (237,81,221). Sum of RGB (Red+Green+Blue) = 237+81+221=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51DD is #12AE22. Grayscale: #8F8F8F. Windows color (decimal): -1224227 or 14504429. OLE color: 14504429.

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

Color convert

RGB 237 81 221 -
CMYK 0 0.66 0.07 0.07
HSL 306.15º 0.81% 0.62% -
HSV(B) 306.15º 0.66% 0.93% -
XYZ 50.92 29.11 71.34 -
YUV 143.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 237 81 221 0 0.66 0.07 0.07 306.15 0.81 0.62
Hex ED 51 DD 0 42 7 7 132 51 3E
Octal 355 121 335 0 102 7 7 462 121 76
Binary 11101101 1010001 11011101 0 1000010 111 111 100110010 1010001 111110

Color Harmonies of #ED51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51DD

Black with #ED51DD

Text Example


Text Example

White with #ED51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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