#ED39EA

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

Shades of Free Speech Magenta #ED39EA

Tints of Free Speech Magenta #ED39EA

Color information

#ED39EA (or 0xED39EA) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 39 and EA. RGB value is (237,57,234). Sum of RGB (Red+Green+Blue) = 237+57+234=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 57 (22.66% from 255 or 10.80% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED39EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED39EA is #12C615. Grayscale: #828282. Windows color (decimal): -1230358 or 15350253. OLE color: 15350253.

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

Color convert

RGB23757234-
CMYK00.760.010.07
HSL301º83.33%57.65%-
HSV(B)301º75.95%92.94%-
XYZ51.2426.8780.33-
YUV131186.13203.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.89%
GREEN value IS 57 (22.66% from 255) = 10.80%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=44.89%
G=10.80%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375723400.760.010.0730183.3357.65
HexED39EA04C1712d533a
Octal3557135201141745512372
Binary11101101111001111010100100110011111001011011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED39EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED39EA; }

 p { color: rgb(237,57,234); }

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

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

 a { background-color: rgb(237,57,234); }

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

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

 span { border-color: rgb(237,57,234); }

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