#EF46DC

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

Shades of Free Speech Magenta #EF46DC

Tints of Free Speech Magenta #EF46DC

Color information

#EF46DC (or 0xEF46DC) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 46 and DC. RGB value is (239,70,220). Sum of RGB (Red+Green+Blue) = 239+70+220=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 70 (27.73% from 255 or 13.23% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF46DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF46DC is #10B923. Grayscale: #898989. Windows color (decimal): -1095972 or 14436079. OLE color: 14436079.

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

Color convert

RGB23970220-
CMYK00.710.080.06
HSL306.75º84.08%60.59%-
HSV(B)306.75º70.71%93.73%-
XYZ50.7127.970.42-
YUV137.63174.49200.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 70 (27.73% from 255) = 13.23%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=45.18%
G=13.23%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397022000.710.080.06306.7584.0860.59
HexEF46DC04786133543d
Octal357106334010710646312475
Binary111011111000110110111000100011110001101001100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF46DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF46DC; }

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

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

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

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

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

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

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

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