#EF59D7

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

Shades of Free Speech Magenta #EF59D7

Tints of Free Speech Magenta #EF59D7

Color information

#EF59D7 (or 0xEF59D7) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 59 and D7. RGB value is (239,89,215). Sum of RGB (Red+Green+Blue) = 239+89+215=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59D7 is #10A628. Grayscale: #939393. Windows color (decimal): -1091113 or 14113263. OLE color: 14113263.

HSL color Cylindrical-coordinate representation of color #EF59D7: hue angle of 309.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59D7 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB23989215-
CMYK00.630.100.06
HSL309.6º82.42%64.31%-
HSV(B)309.6º62.76%93.73%-
XYZ51.4330.467.45-
YUV148.21165.7192.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 89 (35.16% from 255) = 16.39%
BLUE value IS 215 (84.38% from 255) = 39.59%
R=44.01%
G=16.39%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398921500.630.100.06309.682.4264.31
HexEF59D703FA61365240
Octal357131327077126466122100
Binary111011111011001110101110111111101011010011011010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF59D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF59D7; }

 p { color: rgb(239,89,215); }

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

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

 a { background-color: rgb(239,89,215); }

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

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

 span { border-color: rgb(239,89,215); }

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