#ed4fd4

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

Shades of Free Speech Magenta #ED4FD4

Tints of Free Speech Magenta #ED4FD4

Color information

#ED4FD4 (or 0xED4FD4) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4F and D4. RGB value is (237,79,212). Sum of RGB (Red+Green+Blue) = 237+79+212=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED4FD4 is #12B02B. Grayscale: #8D8D8D. Windows color (decimal): -1224748 or 13914093. OLE color: 13914093.

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

Color convert

RGB23779212-
CMYK00.670.110.07
HSL309.49º81.44%61.96%-
HSV(B)309.49º66.67%92.94%-
XYZ49.628.3565.14-
YUV141.4167.85196.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 79 (31.25% from 255) = 14.96%
BLUE value IS 212 (83.20% from 255) = 40.15%
R=44.89%
G=14.96%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377921200.670.110.07309.4981.4461.96
HexED4FD4043B7135513e
Octal355117324010313746512176
Binary111011011001111110101000100001110111111001101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4fd4; }

 p { color: rgb(237,79,212); }

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

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

 a { background-color: rgb(237,79,212); }

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

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

 span { border-color: rgb(237,79,212); }

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