#ED3BF6

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

Shades of Free Speech Magenta #ED3BF6

Tints of Free Speech Magenta #ED3BF6

Color information

#ED3BF6 (or 0xED3BF6) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3B and F6. RGB value is (237,59,246). Sum of RGB (Red+Green+Blue) = 237+59+246=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 59 (23.44% from 255 or 10.89% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED3BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3BF6 is #12C409. Grayscale: #848484. Windows color (decimal): -1229834 or 16137197. OLE color: 16137197.

HSL color Cylindrical-coordinate representation of color #ED3BF6: hue angle of 297.11º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3BF6 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23759246-
CMYK0.040.7600.04
HSL297.11º91.22%59.8%-
HSV(B)297.11º76.02%96.47%-
XYZ53.1227.7989.75-
YUV133.54191.47201.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.73%
GREEN value IS 59 (23.44% from 255) = 10.89%
BLUE value IS 246 (96.48% from 255) = 45.39%
R=43.73%
G=10.89%
B=45.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal237592460.040.7600.04297.1191.2259.8
HexED3BF644C041295b3c
Octal3557336641140445113374
Binary1110110111101111110110100100110001001001010011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3BF6; }

 p { color: rgb(237,59,246); }

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

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

 a { background-color: rgb(237,59,246); }

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

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

 span { border-color: rgb(237,59,246); }

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