#EF49E9

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

Shades of Free Speech Magenta #EF49E9

Tints of Free Speech Magenta #EF49E9

Color information

#EF49E9 (or 0xEF49E9) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 49 and E9. RGB value is (239,73,233). Sum of RGB (Red+Green+Blue) = 239+73+233=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF49E9 is #10B616. Grayscale: #8C8C8C. Windows color (decimal): -1095191 or 15288815. OLE color: 15288815.

HSL color Cylindrical-coordinate representation of color #EF49E9: hue angle of 302.17º 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 #EF49E9 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB23973233-
CMYK00.690.030.06
HSL302.17º83.84%61.18%-
HSV(B)302.17º69.46%93.73%-
XYZ52.692979.91-
YUV140.87180197.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 73 (28.91% from 255) = 13.39%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=43.85%
G=13.39%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397323300.690.030.06302.1783.8461.18
HexEF49E90453612e543d
Octal35711135101053645612475
Binary1110111110010011110100101000101111101001011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF49E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF49E9; }

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

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

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

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

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

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

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

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