#ED48CE

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

Shades of Free Speech Magenta #ED48CE

Tints of Free Speech Magenta #ED48CE

Color information

#ED48CE (or 0xED48CE) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 48 and CE. RGB value is (237,72,206). Sum of RGB (Red+Green+Blue) = 237+72+206=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED48CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED48CE is #12B731. Grayscale: #888888. Windows color (decimal): -1226546 or 13519085. OLE color: 13519085.

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

Color convert

RGB23772206-
CMYK00.700.130.07
HSL311.27º82.09%60.59%-
HSV(B)311.27º69.62%92.94%-
XYZ48.3827.161.07-
YUV136.61167.16199.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 72 (28.52% from 255) = 13.98%
BLUE value IS 206 (80.86% from 255) = 40%
R=46.02%
G=13.98%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377220600.700.130.07311.2782.0960.59
HexED48CE046D7137523d
Octal355110316010615746712275
Binary111011011001000110011100100011011011111001101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED48CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED48CE; }

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

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

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

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

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

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

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

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