Html Css Color HEX #EF59E8 Free Speech Magenta

📋 copy color: '#EF59E8'

red 239 ◦ green 89 ◦ blue 232

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

Shades of Free Speech Magenta #EF59E8

Tints of Free Speech Magenta #EF59E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.43%

R = 42.68%
G = 15.89%
B = 41.43%

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

#EF59E8 (or 0xEF59E8) is known color: Free Speech Magenta. HEX triplet: EF, 59 and E8. RGB value is (239,89,232). Sum of RGB (Red+Green+Blue) = 239+89+232=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF59E8 is #10A617. Grayscale: #959595. Windows color (decimal): -1091096 or 15227375. OLE color: 15227375.

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

Color convert

RGB 239 89 232 -
CMYK 0 0.63 0.03 0.06
HSL 302.8º 0.82% 0.64% -
HSV(B) 302.8º 0.63% 0.94% -
XYZ 53.73 31.32 79.56 -
YUV 150.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 239 89 232 0 0.63 0.03 0.06 302.8 0.82 0.64
Hex EF 59 E8 0 3F 3 6 12F 52 40
Octal 357 131 350 0 77 3 6 457 122 100
Binary 11101111 1011001 11101000 0 111111 11 110 100101111 1010010 1000000

Color Harmonies of #EF59E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59E8

Black with #EF59E8

Text Example


Text Example

White with #EF59E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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