#ED4CF0

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

Shades of Free Speech Magenta #ED4CF0

Tints of Free Speech Magenta #ED4CF0

Color information

#ED4CF0 (or 0xED4CF0) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4C and F0. RGB value is (237,76,240). Sum of RGB (Red+Green+Blue) = 237+76+240=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 76 (30.08% from 255 or 13.74% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED4CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CF0 is #12B30F. Grayscale: #8E8E8E. Windows color (decimal): -1225488 or 15748333. OLE color: 15748333.

HSL color Cylindrical-coordinate representation of color #ED4CF0: hue angle of 298.9º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4CF0 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23776240-
CMYK0.010.6800.06
HSL298.9º84.54%61.96%-
HSV(B)298.9º68.33%94.12%-
XYZ53.2429.4685.32-
YUV142.83182.84195.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 13.74%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=42.86%
G=13.74%
B=43.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal237762400.010.6800.06298.984.5461.96
HexED4CF01440612b553e
Octal35511436011040645312576
Binary111011011001100111100001100010001101001010111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4CF0; }

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

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

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

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

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

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

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

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