#ED6BDC

Color #ED6BDC Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #ED6BDC

Tints of Free Speech Magenta #ED6BDC

Color information

#ED6BDC (or 0xED6BDC) is unknown color: approx 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

RGB237107220-
CMYK00.550.070.07
HSL307.85º78.31%67.45%-
HSV(B)307.85º54.85%92.94%-
XYZ53.133.6971.41-
YUV158.75162.57183.81-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710722000.550.070.07307.8578.3167.45
HexED6BDC037771344e43
Octal35515333406777464116103
Binary11101101110101111011100011011111111110011010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>