Html Css Color HEX #ED6ADC Free Speech Magenta

📋 copy color: '#ED6ADC'

red 237 ◦ green 106 ◦ blue 220

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

Shades of Free Speech Magenta #ED6ADC

Tints of Free Speech Magenta #ED6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.83%

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

R = 42.1%
G = 18.83%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED6ADC (or 0xED6ADC) is known color: Free Speech Magenta. HEX triplet: ED, 6A and DC. RGB value is (237,106,220). Sum of RGB (Red+Green+Blue) = 237+106+220=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6ADC is #129523. Grayscale: #9D9D9D. Windows color (decimal): -1217828 or 14445293. OLE color: 14445293.

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

Color convert

RGB 237 106 220 -
CMYK 0 0.55 0.07 0.07
HSL 307.79º 0.78% 0.67% -
HSV(B) 307.79º 0.55% 0.93% -
XYZ 53 33.48 71.38 -
YUV 158.17 162.9 184.23 -
System Red Green Blue C M Y K H S L
Decimal 237 106 220 0 0.55 0.07 0.07 307.79 0.78 0.67
Hex ED 6A DC 0 37 7 7 134 4E 43
Octal 355 152 334 0 67 7 7 464 116 103
Binary 11101101 1101010 11011100 0 110111 111 111 100110100 1001110 1000011

Color Harmonies of #ED6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6ADC

Black with #ED6ADC

Text Example


Text Example

White with #ED6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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