#ED48D3

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

Shades of Free Speech Magenta #ED48D3

Tints of Free Speech Magenta #ED48D3

Color information

#ED48D3 (or 0xED48D3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 48 and D3. RGB value is (237,72,211). Sum of RGB (Red+Green+Blue) = 237+72+211=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48D3 is #12B72C. Grayscale: #888888. Windows color (decimal): -1226541 or 13846765. OLE color: 13846765.

HSL color Cylindrical-coordinate representation of color #ED48D3: hue angle of 309.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED48D3 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB23772211-
CMYK00.700.110.07
HSL309.45º82.09%60.59%-
HSV(B)309.45º69.62%92.94%-
XYZ4927.3464.32-
YUV137.18169.66199.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 72 (28.52% from 255) = 13.85%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=45.58%
G=13.85%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377221100.700.110.07309.4582.0960.59
HexED48D3046B7135523d
Octal355110323010613746512275
Binary111011011001000110100110100011010111111001101011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED48D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED48D3; }

 p { color: rgb(237,72,211); }

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

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

 a { background-color: rgb(237,72,211); }

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

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

 span { border-color: rgb(237,72,211); }

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