Html Css Color HEX #ED51CE Free Speech Magenta

📋 copy color: '#ED51CE'

red 237 ◦ green 81 ◦ blue 206

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

Shades of Free Speech Magenta #ED51CE

Tints of Free Speech Magenta #ED51CE

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 value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED51CE (or 0xED51CE) is known color: 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

RGB 237 81 206 -
CMYK 0 0.66 0.13 0.07
HSL 311.92º 0.81% 0.62% -
HSV(B) 311.92º 0.66% 0.93% -
XYZ 49.01 28.35 61.28 -
YUV 141.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 237 81 206 0 0.66 0.13 0.07 311.92 0.81 0.62
Hex ED 51 CE 0 42 D 7 138 51 3E
Octal 355 121 316 0 102 15 7 470 121 76
Binary 11101101 1010001 11001110 0 1000010 1101 111 100111000 1010001 111110

Color Harmonies of #ED51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51CE

Black with #ED51CE

Text Example


Text Example

White with #ED51CE

Text Example


Text Example

HTML Codes & Css Web 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>