#ED4CDA

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

Shades of Free Speech Magenta #ED4CDA

Tints of Free Speech Magenta #ED4CDA

Color information

#ED4CDA (or 0xED4CDA) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4C and DA. RGB value is (237,76,218). Sum of RGB (Red+Green+Blue) = 237+76+218=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CDA is #12B325. Grayscale: #8B8B8B. Windows color (decimal): -1225510 or 14306541. OLE color: 14306541.

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

Color convert

RGB23776218-
CMYK00.680.080.07
HSL307.08º81.73%61.37%-
HSV(B)307.08º67.93%92.94%-
XYZ50.1628.2469.14-
YUV140.33171.84196.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 76 (30.08% from 255) = 14.31%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=44.63%
G=14.31%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377621800.680.080.07307.0881.7361.37
HexED4CDA04487133523d
Octal355114332010410746312275
Binary111011011001100110110100100010010001111001100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4CDA; }

 p { color: rgb(237,76,218); }

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

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

 a { background-color: rgb(237,76,218); }

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

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

 span { border-color: rgb(237,76,218); }

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