Html Css Color HEX #E059EF Free Speech Magenta

📋 copy color: '#E059EF'

red 224 ◦ green 89 ◦ blue 239

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

Shades of Free Speech Magenta #E059EF

Tints of Free Speech Magenta #E059EF

RGB

 RED value IS 224 (87.89% from 255) = 40.58%

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

 BLUE value IS 239 (93.75% from 255) = 43.3%

R = 40.58%
G = 16.12%
B = 43.3%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E059EF (or 0xE059EF) is known color: Free Speech Magenta. HEX triplet: E0, 59 and EF. RGB value is (224,89,239). Sum of RGB (Red+Green+Blue) = 224+89+239=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #E059EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059EF is #1FA610. Grayscale: #929292. Windows color (decimal): -2074129 or 15686112. OLE color: 15686112.

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

Color convert

RGB 224 89 239 -
CMYK 0.06 0.63 0 0.06
HSL 294º 0.82% 0.64% -
HSV(B) 294º 0.63% 0.94% -
XYZ 49.89 29.22 84.67 -
YUV 146.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 224 89 239 0.06 0.63 0 0.06 294 0.82 0.64
Hex E0 59 EF 6 3F 0 6 126 52 40
Octal 340 131 357 6 77 0 6 446 122 100
Binary 11100000 1011001 11101111 110 111111 0 110 100100110 1010010 1000000

Color Harmonies of #E059EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059EF

Black with #E059EF

Text Example


Text Example

White with #E059EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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