#ED3DE3

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

Shades of Free Speech Magenta #ED3DE3

Tints of Free Speech Magenta #ED3DE3

Color information

#ED3DE3 (or 0xED3DE3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3D and E3. RGB value is (237,61,227). Sum of RGB (Red+Green+Blue) = 237+61+227=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DE3 is #12C21C. Grayscale: #848484. Windows color (decimal): -1229341 or 14892525. OLE color: 14892525.

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

Color convert

RGB23761227-
CMYK00.740.040.07
HSL303.41º83.02%58.43%-
HSV(B)303.41º74.26%92.94%-
XYZ50.4626.8975.2-
YUV132.55181.31202.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 61 (24.22% from 255) = 11.62%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=45.14%
G=11.62%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376122700.740.040.07303.4183.0258.43
HexED3DE304A4712f533a
Octal3557534301124745712372
Binary1110110111110111100011010010101001111001011111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3DE3; }

 p { color: rgb(237,61,227); }

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

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

 a { background-color: rgb(237,61,227); }

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

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

 span { border-color: rgb(237,61,227); }

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