#ED3FDF

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

Shades of Free Speech Magenta #ED3FDF

Tints of Free Speech Magenta #ED3FDF

Color information

#ED3FDF (or 0xED3FDF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 3F and DF. RGB value is (237,63,223). Sum of RGB (Red+Green+Blue) = 237+63+223=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 63 (25% from 255 or 12.05% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3FDF is #12C020. Grayscale: #848484. Windows color (decimal): -1228833 or 14630893. OLE color: 14630893.

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

Color convert

RGB23763223-
CMYK00.730.060.07
HSL304.83º82.86%58.82%-
HSV(B)304.83º73.42%92.94%-
XYZ50.0226.8972.37-
YUV133.27178.65201.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 63 (25% from 255) = 12.05%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=45.32%
G=12.05%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376322300.730.060.07304.8382.8658.82
HexED3FDF04967131533b
Octal3557733701116746112373
Binary1110110111111111011111010010011101111001100011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3FDF; }

 p { color: rgb(237,63,223); }

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

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

 a { background-color: rgb(237,63,223); }

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

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

 span { border-color: rgb(237,63,223); }

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