#ed48e2

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

Shades of Free Speech Magenta #ED48E2

Tints of Free Speech Magenta #ED48E2

Color information

#ED48E2 (or 0xED48E2) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 48 and E2. RGB value is (237,72,226). Sum of RGB (Red+Green+Blue) = 237+72+226=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48E2 is #12B71D. Grayscale: #8A8A8A. Windows color (decimal): -1226526 or 14829805. OLE color: 14829805.

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

Color convert

RGB23772226-
CMYK00.700.050.07
HSL304º82.09%60.59%-
HSV(B)304º69.62%92.94%-
XYZ50.9728.1374.69-
YUV138.89177.16197.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 72 (28.52% from 255) = 13.46%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=44.30%
G=13.46%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377222600.700.050.0730482.0960.59
HexED48E204657130523d
Octal35511034201065746012275
Binary11101101100100011100010010001101011111001100001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed48e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed48e2; }

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

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

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

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

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

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

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

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