#EF49D0

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

Shades of Free Speech Magenta #EF49D0

Tints of Free Speech Magenta #EF49D0

Color information

#EF49D0 (or 0xEF49D0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 49 and D0. RGB value is (239,73,208). Sum of RGB (Red+Green+Blue) = 239+73+208=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF49D0 is #10B62F. Grayscale: #898989. Windows color (decimal): -1095216 or 13650415. OLE color: 13650415.

HSL color Cylindrical-coordinate representation of color #EF49D0: hue angle of 311.2º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49D0 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB23973208-
CMYK00.690.130.06
HSL311.2º83.84%61.18%-
HSV(B)311.2º69.46%93.73%-
XYZ49.3627.6762.41-
YUV138.02167.5200.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 73 (28.91% from 255) = 14.04%
BLUE value IS 208 (81.64% from 255) = 40%
R=45.96%
G=14.04%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397320800.690.130.06311.283.8461.18
HexEF49D0045D6137543d
Octal357111320010515646712475
Binary111011111001001110100000100010111011101001101111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF49D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF49D0; }

 p { color: rgb(239,73,208); }

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

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

 a { background-color: rgb(239,73,208); }

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

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

 span { border-color: rgb(239,73,208); }

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