#ED3DE2

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

Shades of Free Speech Magenta #ED3DE2

Tints of Free Speech Magenta #ED3DE2

Color information

#ED3DE2 (or 0xED3DE2) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3D and E2. RGB value is (237,61,226). Sum of RGB (Red+Green+Blue) = 237+61+226=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DE2 is #12C21D. Grayscale: #838383. Windows color (decimal): -1229342 or 14826989. OLE color: 14826989.

HSL color Cylindrical-coordinate representation of color #ED3DE2: hue angle of 303.75º 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 #ED3DE2 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB23761226-
CMYK00.740.050.07
HSL303.75º83.02%58.43%-
HSV(B)303.75º74.26%92.94%-
XYZ50.3226.8374.48-
YUV132.43180.81202.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 61 (24.22% from 255) = 11.64%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=45.23%
G=11.64%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376122600.740.050.07303.7583.0258.43
HexED3DE204A57130533a
Octal3557534201125746012372
Binary1110110111110111100010010010101011111001100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3DE2; }

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

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

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

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

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

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

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

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