Html Css Color HEX #ED52DD Free Speech Magenta

📋 copy color: '#ED52DD'

red 237 ◦ green 82 ◦ blue 221

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

Shades of Free Speech Magenta #ED52DD

Tints of Free Speech Magenta #ED52DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 43.89%
G = 15.19%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED52DD (or 0xED52DD) is known color: Free Speech Magenta. HEX triplet: ED, 52 and DD. RGB value is (237,82,221). Sum of RGB (Red+Green+Blue) = 237+82+221=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED52DD is #12AD22. Grayscale: #8F8F8F. Windows color (decimal): -1223971 or 14504685. OLE color: 14504685.

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

Color convert

RGB 237 82 221 -
CMYK 0 0.65 0.07 0.07
HSL 306.19º 0.81% 0.63% -
HSV(B) 306.19º 0.65% 0.93% -
XYZ 50.99 29.26 71.37 -
YUV 144.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 237 82 221 0 0.65 0.07 0.07 306.19 0.81 0.63
Hex ED 52 DD 0 41 7 7 132 51 3F
Octal 355 122 335 0 101 7 7 462 121 77
Binary 11101101 1010010 11011101 0 1000001 111 111 100110010 1010001 111111

Color Harmonies of #ED52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52DD

Black with #ED52DD

Text Example


Text Example

White with #ED52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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