#ED44DA

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

Shades of Free Speech Magenta #ED44DA

Tints of Free Speech Magenta #ED44DA

Color information

#ED44DA (or 0xED44DA) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 44 and DA. RGB value is (237,68,218). Sum of RGB (Red+Green+Blue) = 237+68+218=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 68 (26.95% from 255 or 13.00% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44DA is #12BB25. Grayscale: #878787. Windows color (decimal): -1227558 or 14304493. OLE color: 14304493.

HSL color Cylindrical-coordinate representation of color #ED44DA: hue angle of 306.75º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED44DA is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23768218-
CMYK00.710.080.07
HSL306.75º82.44%59.8%-
HSV(B)306.75º71.31%92.94%-
XYZ49.6527.268.96-
YUV135.63174.49200.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 68 (26.95% from 255) = 13.00%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=45.32%
G=13.00%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376821800.710.080.07306.7582.4459.8
HexED44DA04787133523c
Octal355104332010710746312274
Binary111011011000100110110100100011110001111001100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED44DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED44DA; }

 p { color: rgb(237,68,218); }

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

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

 a { background-color: rgb(237,68,218); }

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

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

 span { border-color: rgb(237,68,218); }

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