#EF53D7

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

Shades of Free Speech Magenta #EF53D7

Tints of Free Speech Magenta #EF53D7

Color information

#EF53D7 (or 0xEF53D7) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 53 and D7. RGB value is (239,83,215). Sum of RGB (Red+Green+Blue) = 239+83+215=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53D7 is #10AC28. Grayscale: #909090. Windows color (decimal): -1092649 or 14111727. OLE color: 14111727.

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

Color convert

RGB23983215-
CMYK00.650.100.06
HSL309.23º82.98%63.14%-
HSV(B)309.23º65.27%93.73%-
XYZ50.9629.4467.29-
YUV144.69167.68195.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 83 (32.81% from 255) = 15.46%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=44.51%
G=15.46%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398321500.650.100.06309.2382.9863.14
HexEF53D7041A6135533f
Octal357123327010112646512377
Binary111011111010011110101110100000110101101001101011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF53D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF53D7; }

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

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

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

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

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

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

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

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