Html Css Color HEX #ED56E7 Free Speech Magenta

📋 copy color: '#ED56E7'

red 237 ◦ green 86 ◦ blue 231

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

Shades of Free Speech Magenta #ED56E7

Tints of Free Speech Magenta #ED56E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.7%

R = 42.78%
G = 15.52%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED56E7 (or 0xED56E7) is known color: Free Speech Magenta. HEX triplet: ED, 56 and E7. RGB value is (237,86,231). Sum of RGB (Red+Green+Blue) = 237+86+231=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 86 (33.98% from 255 or 15.52% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED56E7 is #12A918. Grayscale: #939393. Windows color (decimal): -1222937 or 15161069. OLE color: 15161069.

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

Color convert

RGB 237 86 231 -
CMYK 0 0.64 0.03 0.07
HSL 302.38º 0.81% 0.63% -
HSV(B) 302.38º 0.64% 0.93% -
XYZ 52.68 30.43 78.7 -
YUV 147.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 237 86 231 0 0.64 0.03 0.07 302.38 0.81 0.63
Hex ED 56 E7 0 40 3 7 12E 51 3F
Octal 355 126 347 0 100 3 7 456 121 77
Binary 11101101 1010110 11100111 0 1000000 11 111 100101110 1010001 111111

Color Harmonies of #ED56E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56E7

Black with #ED56E7

Text Example


Text Example

White with #ED56E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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