Html Css Color HEX #EF59C7 Free Speech Magenta

📋 copy color: '#EF59C7'

red 239 ◦ green 89 ◦ blue 199

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

Shades of Free Speech Magenta #EF59C7

Tints of Free Speech Magenta #EF59C7

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.89%

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

R = 45.35%
G = 16.89%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF59C7 (or 0xEF59C7) is known color: Free Speech Magenta. HEX triplet: EF, 59 and C7. RGB value is (239,89,199). Sum of RGB (Red+Green+Blue) = 239+89+199=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59C7 is #10A638. Grayscale: #929292. Windows color (decimal): -1091129 or 13064687. OLE color: 13064687.

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

Color convert

RGB 239 89 199 -
CMYK 0 0.63 0.17 0.06
HSL 316º 0.82% 0.64% -
HSV(B) 316º 0.63% 0.94% -
XYZ 49.48 29.62 57.14 -
YUV 146.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 239 89 199 0 0.63 0.17 0.06 316 0.82 0.64
Hex EF 59 C7 0 3F 11 6 13C 52 40
Octal 357 131 307 0 77 21 6 474 122 100
Binary 11101111 1011001 11000111 0 111111 10001 110 100111100 1010010 1000000

Color Harmonies of #EF59C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59C7

Black with #EF59C7

Text Example


Text Example

White with #EF59C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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