Html Css Color HEX #E059EC Free Speech Magenta

📋 copy color: '#E059EC'

red 224 ◦ green 89 ◦ blue 236

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

Shades of Free Speech Magenta #E059EC

Tints of Free Speech Magenta #E059EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 40.8%
G = 16.21%
B = 42.99%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E059EC (or 0xE059EC) is known color: Free Speech Magenta. HEX triplet: E0, 59 and EC. RGB value is (224,89,236). Sum of RGB (Red+Green+Blue) = 224+89+236=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #E059EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059EC is #1FA613. Grayscale: #919191. Windows color (decimal): -2074132 or 15489504. OLE color: 15489504.

HSL color Cylindrical-coordinate representation of color #E059EC: hue angle of 295.1º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E059EC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 89 236 -
CMYK 0.05 0.62 0 0.07
HSL 295.1º 0.79% 0.64% -
HSV(B) 295.1º 0.62% 0.93% -
XYZ 49.45 29.05 82.36 -
YUV 146.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 224 89 236 0.05 0.62 0 0.07 295.1 0.79 0.64
Hex E0 59 EC 5 3E 0 7 127 4F 40
Octal 340 131 354 5 76 0 7 447 117 100
Binary 11100000 1011001 11101100 101 111110 0 111 100100111 1001111 1000000

Color Harmonies of #E059EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059EC

Black with #E059EC

Text Example


Text Example

White with #E059EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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