Html Css Color HEX #ED54CD Free Speech Magenta

📋 copy color: '#ED54CD'

red 237 ◦ green 84 ◦ blue 205

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

Shades of Free Speech Magenta #ED54CD

Tints of Free Speech Magenta #ED54CD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.97%

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 45.06%
G = 15.97%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED54CD (or 0xED54CD) is known color: Free Speech Magenta. HEX triplet: ED, 54 and CD. RGB value is (237,84,205). Sum of RGB (Red+Green+Blue) = 237+84+205=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54CD is #12AB32. Grayscale: #8F8F8F. Windows color (decimal): -1223475 or 13456621. OLE color: 13456621.

HSL color Cylindrical-coordinate representation of color #ED54CD: hue angle of 312.55º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54CD is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 84 205 -
CMYK 0 0.65 0.14 0.07
HSL 312.55º 0.81% 0.63% -
HSV(B) 312.55º 0.65% 0.93% -
XYZ 49.11 28.75 60.72 -
YUV 143.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 237 84 205 0 0.65 0.14 0.07 312.55 0.81 0.63
Hex ED 54 CD 0 41 E 7 139 51 3F
Octal 355 124 315 0 101 16 7 471 121 77
Binary 11101101 1010100 11001101 0 1000001 1110 111 100111001 1010001 111111

Color Harmonies of #ED54CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54CD

Black with #ED54CD

Text Example


Text Example

White with #ED54CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54CD; }

 p { color: rgb(237,84,205); }

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

background-color css

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

 a { background-color: rgb(237,84,205); }

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

border-color css

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

 span { border-color: rgb(237,84,205); }

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