#EC48F3

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

Shades of Free Speech Magenta #EC48F3

Tints of Free Speech Magenta #EC48F3

Color information

#EC48F3 (or 0xEC48F3) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 48 and F3. RGB value is (236,72,243). Sum of RGB (Red+Green+Blue) = 236+72+243=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 72 (28.52% from 255 or 13.07% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC48F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC48F3 is #13B70C. Grayscale: #8C8C8C. Windows color (decimal): -1292045 or 15943916. OLE color: 15943916.

HSL color Cylindrical-coordinate representation of color #EC48F3: hue angle of 297.54º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC48F3 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23672243-
CMYK0.030.7000.05
HSL297.54º87.69%61.76%-
HSV(B)297.54º70.37%95.29%-
XYZ53.0928.9487.58-
YUV140.53185.83196.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 72 (28.52% from 255) = 13.07%
BLUE value IS 243 (95.31% from 255) = 44.10%
R=42.83%
G=13.07%
B=44.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal236722430.030.7000.05297.5487.6961.76
HexEC48F33460512a583e
Octal35411036331060545213076
Binary1110110010010001111001111100011001011001010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC48F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC48F3; }

 p { color: rgb(236,72,243); }

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

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

 a { background-color: rgb(236,72,243); }

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

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

 span { border-color: rgb(236,72,243); }

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