Html Css Color HEX #EF59E9 Free Speech Magenta

📋 copy color: '#EF59E9'

red 239 ◦ green 89 ◦ blue 233

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

Shades of Free Speech Magenta #EF59E9

Tints of Free Speech Magenta #EF59E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.53%

R = 42.6%
G = 15.86%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF59E9 (or 0xEF59E9) is known color: Free Speech Magenta. HEX triplet: EF, 59 and E9. RGB value is (239,89,233). Sum of RGB (Red+Green+Blue) = 239+89+233=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF59E9 is #10A616. Grayscale: #959595. Windows color (decimal): -1091095 or 15292911. OLE color: 15292911.

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

Color convert

RGB 239 89 233 -
CMYK 0 0.63 0.03 0.06
HSL 302.4º 0.82% 0.64% -
HSV(B) 302.4º 0.63% 0.94% -
XYZ 53.88 31.38 80.31 -
YUV 150.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 239 89 233 0 0.63 0.03 0.06 302.4 0.82 0.64
Hex EF 59 E9 0 3F 3 6 12E 52 40
Octal 357 131 351 0 77 3 6 456 122 100
Binary 11101111 1011001 11101001 0 111111 11 110 100101110 1010010 1000000

Color Harmonies of #EF59E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59E9

Black with #EF59E9

Text Example


Text Example

White with #EF59E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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