Html Css Color HEX #EF59E7 Free Speech Magenta

📋 copy color: '#EF59E7'

red 239 ◦ green 89 ◦ blue 231

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

Shades of Free Speech Magenta #EF59E7

Tints of Free Speech Magenta #EF59E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 42.75%
G = 15.92%
B = 41.32%

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

#EF59E7 (or 0xEF59E7) is known color: Free Speech Magenta. HEX triplet: EF, 59 and E7. RGB value is (239,89,231). Sum of RGB (Red+Green+Blue) = 239+89+231=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF59E7 is #10A618. Grayscale: #959595. Windows color (decimal): -1091097 or 15161839. OLE color: 15161839.

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

Color convert

RGB 239 89 231 -
CMYK 0 0.63 0.03 0.06
HSL 303.2º 0.82% 0.64% -
HSV(B) 303.2º 0.63% 0.94% -
XYZ 53.59 31.27 78.81 -
YUV 150.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 239 89 231 0 0.63 0.03 0.06 303.2 0.82 0.64
Hex EF 59 E7 0 3F 3 6 12F 52 40
Octal 357 131 347 0 77 3 6 457 122 100
Binary 11101111 1011001 11100111 0 111111 11 110 100101111 1010010 1000000

Color Harmonies of #EF59E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59E7

Black with #EF59E7

Text Example


Text Example

White with #EF59E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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