Html Css Color HEX #ED54D7 Free Speech Magenta

📋 copy color: '#ED54D7'

red 237 ◦ green 84 ◦ blue 215

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

Shades of Free Speech Magenta #ED54D7

Tints of Free Speech Magenta #ED54D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 44.22%
G = 15.67%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ED54D7 (or 0xED54D7) is known color: Free Speech Magenta. HEX triplet: ED, 54 and D7. RGB value is (237,84,215). Sum of RGB (Red+Green+Blue) = 237+84+215=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 84 (33.20% from 255 or 15.67% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED54D7 is #12AB28. Grayscale: #909090. Windows color (decimal): -1223465 or 14111981. OLE color: 14111981.

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

Color convert

RGB 237 84 215 -
CMYK 0 0.65 0.09 0.07
HSL 308.63º 0.81% 0.63% -
HSV(B) 308.63º 0.65% 0.93% -
XYZ 50.36 29.25 67.28 -
YUV 144.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 237 84 215 0 0.65 0.09 0.07 308.63 0.81 0.63
Hex ED 54 D7 0 41 9 7 135 51 3F
Octal 355 124 327 0 101 11 7 465 121 77
Binary 11101101 1010100 11010111 0 1000001 1001 111 100110101 1010001 111111

Color Harmonies of #ED54D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54D7

Black with #ED54D7

Text Example


Text Example

White with #ED54D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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