Html Css Color HEX #ED6BDC Free Speech Magenta

📋 copy color: '#ED6BDC'

red 237 ◦ green 107 ◦ blue 220

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

Shades of Free Speech Magenta #ED6BDC

Tints of Free Speech Magenta #ED6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.97%

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

R = 42.02%
G = 18.97%
B = 39.01%

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

#ED6BDC (or 0xED6BDC) is known color: Free Speech Magenta. HEX triplet: ED, 6B and DC. RGB value is (237,107,220). Sum of RGB (Red+Green+Blue) = 237+107+220=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BDC is #129423. Grayscale: #9E9E9E. Windows color (decimal): -1217572 or 14445549. OLE color: 14445549.

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

Color convert

RGB 237 107 220 -
CMYK 0 0.55 0.07 0.07
HSL 307.85º 0.78% 0.67% -
HSV(B) 307.85º 0.55% 0.93% -
XYZ 53.1 33.69 71.41 -
YUV 158.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 237 107 220 0 0.55 0.07 0.07 307.85 0.78 0.67
Hex ED 6B DC 0 37 7 7 134 4E 43
Octal 355 153 334 0 67 7 7 464 116 103
Binary 11101101 1101011 11011100 0 110111 111 111 100110100 1001110 1000011

Color Harmonies of #ED6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BDC

Black with #ED6BDC

Text Example


Text Example

White with #ED6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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