#ED5CDC

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

Shades of Free Speech Magenta #ED5CDC

Tints of Free Speech Magenta #ED5CDC

Color information

#ED5CDC (or 0xED5CDC) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 5C and DC. RGB value is (237,92,220). Sum of RGB (Red+Green+Blue) = 237+92+220=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5CDC is #12A323. Grayscale: #959595. Windows color (decimal): -1221412 or 14441709. OLE color: 14441709.

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

Color convert

RGB23792220-
CMYK00.610.070.07
HSL307.03º80.11%64.51%-
HSV(B)307.03º61.18%92.94%-
XYZ51.6730.8370.94-
YUV149.95167.54190.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 92 (36.33% from 255) = 16.76%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=43.17%
G=16.76%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379222000.610.070.07307.0380.1164.51
HexED5CDC03D771335041
Octal35513433407577463120101
Binary11101101101110011011100011110111111110011001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5CDC; }

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

 H1.HeaderClassName
 {
   color: #ED5CDC;
 }
 .AnyTagClassName
 {
   color: #ED5CDC;
 }
</style>
background-color css

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

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

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

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

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

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