Html Css Color HEX #ED56DD Free Speech Magenta

📋 copy color: '#ED56DD'

red 237 ◦ green 86 ◦ blue 221

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

Shades of Free Speech Magenta #ED56DD

Tints of Free Speech Magenta #ED56DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.81%

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

R = 43.57%
G = 15.81%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED56DD (or 0xED56DD) is known color: Free Speech Magenta. HEX triplet: ED, 56 and DD. RGB value is (237,86,221). Sum of RGB (Red+Green+Blue) = 237+86+221=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED56DD is #12A922. Grayscale: #929292. Windows color (decimal): -1222947 or 14505709. OLE color: 14505709.

HSL color Cylindrical-coordinate representation of color #ED56DD: hue angle of 306.36º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED56DD is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 86 221 -
CMYK 0 0.64 0.07 0.07
HSL 306.36º 0.81% 0.63% -
HSV(B) 306.36º 0.64% 0.93% -
XYZ 51.3 29.88 71.47 -
YUV 146.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 237 86 221 0 0.64 0.07 0.07 306.36 0.81 0.63
Hex ED 56 DD 0 40 7 7 132 51 3F
Octal 355 126 335 0 100 7 7 462 121 77
Binary 11101101 1010110 11011101 0 1000000 111 111 100110010 1010001 111111

Color Harmonies of #ED56DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56DD

Black with #ED56DD

Text Example


Text Example

White with #ED56DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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