Html Css Color HEX #ED51D0 Free Speech Magenta

📋 copy color: '#ED51D0'

red 237 ◦ green 81 ◦ blue 208

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

Shades of Free Speech Magenta #ED51D0

Tints of Free Speech Magenta #ED51D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 45.06%
G = 15.4%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED51D0 (or 0xED51D0) is known color: Free Speech Magenta. HEX triplet: ED, 51 and D0. RGB value is (237,81,208). Sum of RGB (Red+Green+Blue) = 237+81+208=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED51D0 is #12AE2F. Grayscale: #8D8D8D. Windows color (decimal): -1224240 or 13652461. OLE color: 13652461.

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

Color convert

RGB 237 81 208 -
CMYK 0 0.66 0.12 0.07
HSL 311.15º 0.81% 0.62% -
HSV(B) 311.15º 0.66% 0.93% -
XYZ 49.25 28.44 62.57 -
YUV 142.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 237 81 208 0 0.66 0.12 0.07 311.15 0.81 0.62
Hex ED 51 D0 0 42 C 7 137 51 3E
Octal 355 121 320 0 102 14 7 467 121 76
Binary 11101101 1010001 11010000 0 1000010 1100 111 100110111 1010001 111110

Color Harmonies of #ED51D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51D0

Black with #ED51D0

Text Example


Text Example

White with #ED51D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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