#EF51DC

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

Shades of Free Speech Magenta #EF51DC

Tints of Free Speech Magenta #EF51DC

Color information

#EF51DC (or 0xEF51DC) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 51 and DC. RGB value is (239,81,220). Sum of RGB (Red+Green+Blue) = 239+81+220=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 81 (32.03% from 255 or 15% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF51DC is #10AE23. Grayscale: #8F8F8F. Windows color (decimal): -1093156 or 14438895. OLE color: 14438895.

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

Color convert

RGB23981220-
CMYK00.660.080.06
HSL307.22º83.16%62.75%-
HSV(B)307.22º66.11%93.73%-
XYZ51.4629.470.67-
YUV144.09170.85195.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 81 (32.03% from 255) = 15%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=44.26%
G=15%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398122000.660.080.06307.2283.1662.75
HexEF51DC04286133533f
Octal357121334010210646312377
Binary111011111010001110111000100001010001101001100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF51DC; }

 p { color: rgb(239,81,220); }

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

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

 a { background-color: rgb(239,81,220); }

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

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

 span { border-color: rgb(239,81,220); }

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