Html Css Color HEX #ED46DC Free Speech Magenta

📋 copy color: '#ED46DC'

red 237 ◦ green 70 ◦ blue 220

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

Shades of Free Speech Magenta #ED46DC

Tints of Free Speech Magenta #ED46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.28%

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

R = 44.97%
G = 13.28%
B = 41.75%

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

#ED46DC (or 0xED46DC) is known color: Free Speech Magenta. HEX triplet: ED, 46 and DC. RGB value is (237,70,220). Sum of RGB (Red+Green+Blue) = 237+70+220=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 70 (27.73% from 255 or 13.28% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED46DC is #12B923. Grayscale: #888888. Windows color (decimal): -1227044 or 14436077. OLE color: 14436077.

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

Color convert

RGB 237 70 220 -
CMYK 0 0.70 0.07 0.07
HSL 306.11º 0.82% 0.6% -
HSV(B) 306.11º 0.7% 0.93% -
XYZ 50.03 27.55 70.39 -
YUV 137.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 237 70 220 0 0.70 0.07 0.07 306.11 0.82 0.6
Hex ED 46 DC 0 46 7 7 132 52 3C
Octal 355 106 334 0 106 7 7 462 122 74
Binary 11101101 1000110 11011100 0 1000110 111 111 100110010 1010010 111100

Color Harmonies of #ED46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED46DC

Black with #ED46DC

Text Example


Text Example

White with #ED46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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