#ED3BE6

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

Shades of Free Speech Magenta #ED3BE6

Tints of Free Speech Magenta #ED3BE6

Color information

#ED3BE6 (or 0xED3BE6) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3B and E6. RGB value is (237,59,230). Sum of RGB (Red+Green+Blue) = 237+59+230=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 59 (23.44% from 255 or 11.22% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3BE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3BE6 is #12C419. Grayscale: #838383. Windows color (decimal): -1229850 or 15088621. OLE color: 15088621.

HSL color Cylindrical-coordinate representation of color #ED3BE6: hue angle of 302.36º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3BE6 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23759230-
CMYK00.750.030.07
HSL302.36º83.18%58.04%-
HSV(B)302.36º75.11%92.94%-
XYZ50.7726.8577.37-
YUV131.72183.47203.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 59 (23.44% from 255) = 11.22%
BLUE value IS 230 (90.23% from 255) = 43.73%
R=45.06%
G=11.22%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375923000.750.030.07302.3683.1858.04
HexED3BE604B3712e533a
Octal3557334601133745612372
Binary111011011110111110011001001011111111001011101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3BE6; }

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

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

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

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

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

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

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

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