Html Css Color HEX #ED54EF Free Speech Magenta

📋 copy color: '#ED54EF'

red 237 ◦ green 84 ◦ blue 239

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

Shades of Free Speech Magenta #ED54EF

Tints of Free Speech Magenta #ED54EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 42.32%
G = 15%
B = 42.68%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED54EF (or 0xED54EF) is known color: Free Speech Magenta. HEX triplet: ED, 54 and EF. RGB value is (237,84,239). Sum of RGB (Red+Green+Blue) = 237+84+239=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 84 (33.20% from 255 or 15% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED54EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED54EF is #12AB10. Grayscale: #929292. Windows color (decimal): -1223441 or 15684845. OLE color: 15684845.

HSL color Cylindrical-coordinate representation of color #ED54EF: hue angle of 299.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED54EF is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 84 239 -
CMYK 0.01 0.65 0 0.06
HSL 299.23º 0.83% 0.63% -
HSV(B) 299.23º 0.65% 0.94% -
XYZ 53.68 30.58 84.73 -
YUV 147.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 237 84 239 0.01 0.65 0 0.06 299.23 0.83 0.63
Hex ED 54 EF 1 41 0 6 12B 53 3F
Octal 355 124 357 1 101 0 6 453 123 77
Binary 11101101 1010100 11101111 1 1000001 0 110 100101011 1010011 111111

Color Harmonies of #ED54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54EF

Black with #ED54EF

Text Example


Text Example

White with #ED54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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