#EF53C5

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

Shades of Free Speech Magenta #EF53C5

Tints of Free Speech Magenta #EF53C5

Color information

#EF53C5 (or 0xEF53C5) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 53 and C5. RGB value is (239,83,197). Sum of RGB (Red+Green+Blue) = 239+83+197=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF53C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF53C5 is #10AC3A. Grayscale: #8E8E8E. Windows color (decimal): -1092667 or 12932079. OLE color: 12932079.

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

Color convert

RGB23983197-
CMYK00.650.180.06
HSL316.15º82.98%63.14%-
HSV(B)316.15º65.27%93.73%-
XYZ48.7728.5755.77-
YUV142.64158.68196.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.05%
GREEN value IS 83 (32.81% from 255) = 15.99%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=46.05%
G=15.99%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398319700.650.180.06316.1582.9863.14
HexEF53C504112613c533f
Octal357123305010122647412377
Binary1110111110100111100010101000001100101101001111001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF53C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF53C5; }

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

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

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

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

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

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

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

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