#ED48D2

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

Shades of Free Speech Magenta #ED48D2

Tints of Free Speech Magenta #ED48D2

Color information

#ED48D2 (or 0xED48D2) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 48 and D2. RGB value is (237,72,210). Sum of RGB (Red+Green+Blue) = 237+72+210=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48D2 is #12B72D. Grayscale: #888888. Windows color (decimal): -1226542 or 13781229. OLE color: 13781229.

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

Color convert

RGB23772210-
CMYK00.700.110.07
HSL309.82º82.09%60.59%-
HSV(B)309.82º69.62%92.94%-
XYZ48.8827.2963.66-
YUV137.07169.16199.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 72 (28.52% from 255) = 13.87%
BLUE value IS 210 (82.42% from 255) = 40.46%
R=45.66%
G=13.87%
B=40.46%

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
Decimal2377221000.700.110.07309.8282.0960.59
HexED48D2046B7136523d
Octal355110322010613746612275
Binary111011011001000110100100100011010111111001101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED48D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED48D2; }

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

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

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

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

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

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

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

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