Html Css Color HEX #E059E3 Free Speech Magenta

📋 copy color: '#E059E3'

red 224 ◦ green 89 ◦ blue 227

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

Shades of Free Speech Magenta #E059E3

Tints of Free Speech Magenta #E059E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.04%

R = 41.48%
G = 16.48%
B = 42.04%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E059E3 (or 0xE059E3) is known color: Free Speech Magenta. HEX triplet: E0, 59 and E3. RGB value is (224,89,227). Sum of RGB (Red+Green+Blue) = 224+89+227=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #E059E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E059E3 is #1FA61C. Grayscale: #909090. Windows color (decimal): -2074141 or 14899680. OLE color: 14899680.

HSL color Cylindrical-coordinate representation of color #E059E3: hue angle of 298.7º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E059E3 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 89 227 -
CMYK 0.01 0.61 0 0.11
HSL 298.7º 0.71% 0.62% -
HSV(B) 298.7º 0.61% 0.89% -
XYZ 48.18 28.54 75.64 -
YUV 145.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 224 89 227 0.01 0.61 0 0.11 298.7 0.71 0.62
Hex E0 59 E3 1 3D 0 B 12B 47 3E
Octal 340 131 343 1 75 0 13 453 107 76
Binary 11100000 1011001 11100011 1 111101 0 1011 100101011 1000111 111110

Color Harmonies of #E059E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059E3

Black with #E059E3

Text Example


Text Example

White with #E059E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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