#ED4CF2

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

Shades of Free Speech Magenta #ED4CF2

Tints of Free Speech Magenta #ED4CF2

Color information

#ED4CF2 (or 0xED4CF2) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4C and F2. RGB value is (237,76,242). Sum of RGB (Red+Green+Blue) = 237+76+242=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 76 (30.08% from 255 or 13.69% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED4CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CF2 is #12B30D. Grayscale: #8E8E8E. Windows color (decimal): -1225486 or 15879405. OLE color: 15879405.

HSL color Cylindrical-coordinate representation of color #ED4CF2: hue angle of 298.19º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4CF2 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23776242-
CMYK0.020.6900.05
HSL298.19º86.46%62.35%-
HSV(B)298.19º68.6%94.9%-
XYZ53.5429.5886.89-
YUV143.06183.84195-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 76 (30.08% from 255) = 13.69%
BLUE value IS 242 (94.92% from 255) = 43.60%
R=42.70%
G=13.69%
B=43.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237762420.020.6900.05298.1986.4662.35
HexED4CF22450512a563e
Octal35511436221050545212676
Binary1110110110011001111001010100010101011001010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4CF2; }

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

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

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

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

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

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

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

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