Html Css Color HEX #EF56D9 Free Speech Magenta

📋 copy color: '#EF56D9'

red 239 ◦ green 86 ◦ blue 217

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

Shades of Free Speech Magenta #EF56D9

Tints of Free Speech Magenta #EF56D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 44.1%
G = 15.87%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EF56D9 (or 0xEF56D9) is known color: Free Speech Magenta. HEX triplet: EF, 56 and D9. RGB value is (239,86,217). Sum of RGB (Red+Green+Blue) = 239+86+217=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 86 (33.98% from 255 or 15.87% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56D9 is #10A926. Grayscale: #929292. Windows color (decimal): -1091879 or 14243567. OLE color: 14243567.

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

Color convert

RGB 239 86 217 -
CMYK 0 0.64 0.09 0.06
HSL 308.63º 0.83% 0.64% -
HSV(B) 308.63º 0.64% 0.94% -
XYZ 51.45 30.02 68.73 -
YUV 146.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 239 86 217 0 0.64 0.09 0.06 308.63 0.83 0.64
Hex EF 56 D9 0 40 9 6 135 53 40
Octal 357 126 331 0 100 11 6 465 123 100
Binary 11101111 1010110 11011001 0 1000000 1001 110 100110101 1010011 1000000

Color Harmonies of #EF56D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56D9

Black with #EF56D9

Text Example


Text Example

White with #EF56D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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