Html Css Color HEX #EF59C9 Free Speech Magenta

📋 copy color: '#EF59C9'

red 239 ◦ green 89 ◦ blue 201

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

Shades of Free Speech Magenta #EF59C9

Tints of Free Speech Magenta #EF59C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38%

R = 45.18%
G = 16.82%
B = 38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF59C9 (or 0xEF59C9) is known color: Free Speech Magenta. HEX triplet: EF, 59 and C9. RGB value is (239,89,201). Sum of RGB (Red+Green+Blue) = 239+89+201=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59C9 is #10A636. Grayscale: #929292. Windows color (decimal): -1091127 or 13195759. OLE color: 13195759.

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

Color convert

RGB 239 89 201 -
CMYK 0 0.63 0.16 0.06
HSL 315.2º 0.82% 0.64% -
HSV(B) 315.2º 0.63% 0.94% -
XYZ 49.71 29.71 58.37 -
YUV 146.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 239 89 201 0 0.63 0.16 0.06 315.2 0.82 0.64
Hex EF 59 C9 0 3F 10 6 13B 52 40
Octal 357 131 311 0 77 20 6 473 122 100
Binary 11101111 1011001 11001001 0 111111 10000 110 100111011 1010010 1000000

Color Harmonies of #EF59C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59C9

Black with #EF59C9

Text Example


Text Example

White with #EF59C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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