Html Css Color HEX #ED47DC Free Speech Magenta

📋 copy color: '#ED47DC'

red 237 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Magenta #ED47DC

Tints of Free Speech Magenta #ED47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.45%

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 44.89%
G = 13.45%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED47DC (or 0xED47DC) is known color: Free Speech Magenta. HEX triplet: ED, 47 and DC. RGB value is (237,71,220). Sum of RGB (Red+Green+Blue) = 237+71+220=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED47DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED47DC is #12B823. Grayscale: #898989. Windows color (decimal): -1226788 or 14436333. OLE color: 14436333.

HSL color Cylindrical-coordinate representation of color #ED47DC: hue angle of 306.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED47DC is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 71 220 -
CMYK 0 0.70 0.07 0.07
HSL 306.14º 0.82% 0.6% -
HSV(B) 306.14º 0.7% 0.93% -
XYZ 50.1 27.68 70.41 -
YUV 137.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 237 71 220 0 0.70 0.07 0.07 306.14 0.82 0.6
Hex ED 47 DC 0 46 7 7 132 52 3C
Octal 355 107 334 0 106 7 7 462 122 74
Binary 11101101 1000111 11011100 0 1000110 111 111 100110010 1010010 111100

Color Harmonies of #ED47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED47DC

Black with #ED47DC

Text Example


Text Example

White with #ED47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED47DC; }

 p { color: rgb(237,71,220); }

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

background-color css

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

 a { background-color: rgb(237,71,220); }

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

border-color css

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

 span { border-color: rgb(237,71,220); }

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