Html Css Color HEX #ED54E0 Free Speech Magenta

📋 copy color: '#ED54E0'

red 237 ◦ green 84 ◦ blue 224

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

Shades of Free Speech Magenta #ED54E0

Tints of Free Speech Magenta #ED54E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.1%

R = 43.49%
G = 15.41%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ED54E0 (or 0xED54E0) is known color: Free Speech Magenta. HEX triplet: ED, 54 and E0. RGB value is (237,84,224). Sum of RGB (Red+Green+Blue) = 237+84+224=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54E0 is #12AB1F. Grayscale: #919191. Windows color (decimal): -1223456 or 14701805. OLE color: 14701805.

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

Color convert

RGB 237 84 224 -
CMYK 0 0.65 0.05 0.07
HSL 305.1º 0.81% 0.63% -
HSV(B) 305.1º 0.65% 0.93% -
XYZ 51.55 29.73 73.54 -
YUV 145.71 172.19 193.12 -
System Red Green Blue C M Y K H S L
Decimal 237 84 224 0 0.65 0.05 0.07 305.1 0.81 0.63
Hex ED 54 E0 0 41 5 7 131 51 3F
Octal 355 124 340 0 101 5 7 461 121 77
Binary 11101101 1010100 11100000 0 1000001 101 111 100110001 1010001 111111

Color Harmonies of #ED54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54E0

Black with #ED54E0

Text Example


Text Example

White with #ED54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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