Html Css Color HEX #ED52D5 Free Speech Magenta

📋 copy color: '#ED52D5'

red 237 ◦ green 82 ◦ blue 213

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

Shades of Free Speech Magenta #ED52D5

Tints of Free Speech Magenta #ED52D5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.41%

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 44.55%
G = 15.41%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ED52D5 (or 0xED52D5) is known color: Free Speech Magenta. HEX triplet: ED, 52 and D5. RGB value is (237,82,213). Sum of RGB (Red+Green+Blue) = 237+82+213=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52D5 is #12AD2A. Grayscale: #8E8E8E. Windows color (decimal): -1223979 or 13980397. OLE color: 13980397.

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

Color convert

RGB 237 82 213 -
CMYK 0 0.65 0.10 0.07
HSL 309.29º 0.81% 0.63% -
HSV(B) 309.29º 0.65% 0.93% -
XYZ 49.95 28.84 65.89 -
YUV 143.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 237 82 213 0 0.65 0.10 0.07 309.29 0.81 0.63
Hex ED 52 D5 0 41 A 7 135 51 3F
Octal 355 122 325 0 101 12 7 465 121 77
Binary 11101101 1010010 11010101 0 1000001 1010 111 100110101 1010001 111111

Color Harmonies of #ED52D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52D5

Black with #ED52D5

Text Example


Text Example

White with #ED52D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52D5; }

 p { color: rgb(237,82,213); }

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

background-color css

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

 a { background-color: rgb(237,82,213); }

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

border-color css

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

 span { border-color: rgb(237,82,213); }

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