Html Css Color HEX #EF59E2 Free Speech Magenta

📋 copy color: '#EF59E2'

red 239 ◦ green 89 ◦ blue 226

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

Shades of Free Speech Magenta #EF59E2

Tints of Free Speech Magenta #EF59E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.79%

R = 43.14%
G = 16.06%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#EF59E2 (or 0xEF59E2) is known color: Free Speech Magenta. HEX triplet: EF, 59 and E2. RGB value is (239,89,226). Sum of RGB (Red+Green+Blue) = 239+89+226=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 226 (88.67% from 255 or 40.79% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59E2 is #10A61D. Grayscale: #959595. Windows color (decimal): -1091102 or 14834159. OLE color: 14834159.

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

Color convert

RGB 239 89 226 -
CMYK 0 0.63 0.05 0.06
HSL 305.2º 0.82% 0.64% -
HSV(B) 305.2º 0.63% 0.94% -
XYZ 52.9 30.99 75.14 -
YUV 149.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 239 89 226 0 0.63 0.05 0.06 305.2 0.82 0.64
Hex EF 59 E2 0 3F 5 6 131 52 40
Octal 357 131 342 0 77 5 6 461 122 100
Binary 11101111 1011001 11100010 0 111111 101 110 100110001 1010010 1000000

Color Harmonies of #EF59E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF59E2

Black with #EF59E2

Text Example


Text Example

White with #EF59E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF59E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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