#ED4BF3

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

Shades of Free Speech Magenta #ED4BF3

Tints of Free Speech Magenta #ED4BF3

Color information

#ED4BF3 (or 0xED4BF3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4B and F3. RGB value is (237,75,243). Sum of RGB (Red+Green+Blue) = 237+75+243=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 75 (29.69% from 255 or 13.51% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED4BF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4BF3 is #12B40C. Grayscale: #8E8E8E. Windows color (decimal): -1225741 or 15944685. OLE color: 15944685.

HSL color Cylindrical-coordinate representation of color #ED4BF3: hue angle of 297.86º degrees, saturation: 0.88, 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 #ED4BF3 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23775243-
CMYK0.020.6900.05
HSL297.86º87.5%62.35%-
HSV(B)297.86º69.14%95.29%-
XYZ53.6229.5187.66-
YUV142.59184.67195.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 75 (29.69% from 255) = 13.51%
BLUE value IS 243 (95.31% from 255) = 43.78%
R=42.70%
G=13.51%
B=43.78%

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
Decimal237752430.020.6900.05297.8687.562.35
HexED4BF32450512a583e
Octal35511336321050545213076
Binary1110110110010111111001110100010101011001010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4BF3; }

 p { color: rgb(237,75,243); }

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

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

 a { background-color: rgb(237,75,243); }

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

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

 span { border-color: rgb(237,75,243); }

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