Html Css Color HEX #EF56D6 Free Speech Magenta

📋 copy color: '#EF56D6'

red 239 ◦ green 86 ◦ blue 214

#EF56D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EF56D6

Tints of Free Speech Magenta #EF56D6

RGB

 RED value IS 239 (93.75% from 255) = 44.34%

 GREEN value IS 86 (33.98% from 255) = 15.96%

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 44.34%
G = 15.96%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EF56D6 (or 0xEF56D6) is known color: Free Speech Magenta. HEX triplet: EF, 56 and D6. RGB value is (239,86,214). Sum of RGB (Red+Green+Blue) = 239+86+214=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56D6 is #10A929. Grayscale: #919191. Windows color (decimal): -1091882 or 14046959. OLE color: 14046959.

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

Color convert

RGB 239 86 214 -
CMYK 0 0.64 0.10 0.06
HSL 309.8º 0.83% 0.64% -
HSV(B) 309.8º 0.64% 0.94% -
XYZ 51.06 29.86 66.69 -
YUV 146.34 166.19 194.09 -
System Red Green Blue C M Y K H S L
Decimal 239 86 214 0 0.64 0.10 0.06 309.8 0.83 0.64
Hex EF 56 D6 0 40 A 6 136 53 40
Octal 357 126 326 0 100 12 6 466 123 100
Binary 11101111 1010110 11010110 0 1000000 1010 110 100110110 1010011 1000000

Color Harmonies of #EF56D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56D6

Black with #EF56D6

Text Example


Text Example

White with #EF56D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56D6; }

 p { color: rgb(239,86,214); }

 H1.HeaderClassName
 {
   color: #EF56D6;
 }
 .AnyTagClassName
 {
   color: #EF56D6;
 }
</style>

background-color css

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

 a { background-color: rgb(239,86,214); }

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

border-color css

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

 span { border-color: rgb(239,86,214); }

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