Html Css Color HEX #EF56C7 Free Speech Magenta

📋 copy color: '#EF56C7'

red 239 ◦ green 86 ◦ blue 199

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

Shades of Free Speech Magenta #EF56C7

Tints of Free Speech Magenta #EF56C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.98%

R = 45.61%
G = 16.41%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF56C7 (or 0xEF56C7) is known color: Free Speech Magenta. HEX triplet: EF, 56 and C7. RGB value is (239,86,199). Sum of RGB (Red+Green+Blue) = 239+86+199=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF56C7 is #10A938. Grayscale: #909090. Windows color (decimal): -1091897 or 13063919. OLE color: 13063919.

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

Color convert

RGB 239 86 199 -
CMYK 0 0.64 0.17 0.06
HSL 315.69º 0.83% 0.64% -
HSV(B) 315.69º 0.64% 0.94% -
XYZ 49.23 29.13 57.06 -
YUV 144.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 239 86 199 0 0.64 0.17 0.06 315.69 0.83 0.64
Hex EF 56 C7 0 40 11 6 13C 53 40
Octal 357 126 307 0 100 21 6 474 123 100
Binary 11101111 1010110 11000111 0 1000000 10001 110 100111100 1010011 1000000

Color Harmonies of #EF56C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56C7

Black with #EF56C7

Text Example


Text Example

White with #EF56C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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