Html Css Color HEX #ED56EF Free Speech Magenta

📋 copy color: '#ED56EF'

red 237 ◦ green 86 ◦ blue 239

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

Shades of Free Speech Magenta #ED56EF

Tints of Free Speech Magenta #ED56EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 42.17%
G = 15.3%
B = 42.53%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED56EF (or 0xED56EF) is known color: Free Speech Magenta. HEX triplet: ED, 56 and EF. RGB value is (237,86,239). Sum of RGB (Red+Green+Blue) = 237+86+239=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED56EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED56EF is #12A910. Grayscale: #949494. Windows color (decimal): -1222929 or 15685357. OLE color: 15685357.

HSL color Cylindrical-coordinate representation of color #ED56EF: hue angle of 299.22º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED56EF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 86 239 -
CMYK 0.01 0.64 0 0.06
HSL 299.22º 0.83% 0.64% -
HSV(B) 299.22º 0.64% 0.94% -
XYZ 53.83 30.89 84.79 -
YUV 148.59 179.03 191.06 -
System Red Green Blue C M Y K H S L
Decimal 237 86 239 0.01 0.64 0 0.06 299.22 0.83 0.64
Hex ED 56 EF 1 40 0 6 12B 53 40
Octal 355 126 357 1 100 0 6 453 123 100
Binary 11101101 1010110 11101111 1 1000000 0 110 100101011 1010011 1000000

Color Harmonies of #ED56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56EF

Black with #ED56EF

Text Example


Text Example

White with #ED56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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