Html Css Color HEX #E059EE Free Speech Magenta

📋 copy color: '#E059EE'

red 224 ◦ green 89 ◦ blue 238

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

Shades of Free Speech Magenta #E059EE

Tints of Free Speech Magenta #E059EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 40.65%
G = 16.15%
B = 43.19%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E059EE (or 0xE059EE) is known color: Free Speech Magenta. HEX triplet: E0, 59 and EE. RGB value is (224,89,238). Sum of RGB (Red+Green+Blue) = 224+89+238=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #E059EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E059EE is #1FA611. Grayscale: #919191. Windows color (decimal): -2074130 or 15620576. OLE color: 15620576.

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

Color convert

RGB 224 89 238 -
CMYK 0.06 0.63 0 0.07
HSL 294.36º 0.81% 0.64% -
HSV(B) 294.36º 0.63% 0.93% -
XYZ 49.75 29.17 83.9 -
YUV 146.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 224 89 238 0.06 0.63 0 0.07 294.36 0.81 0.64
Hex E0 59 EE 6 3F 0 7 126 51 40
Octal 340 131 356 6 77 0 7 446 121 100
Binary 11100000 1011001 11101110 110 111111 0 111 100100110 1010001 1000000

Color Harmonies of #E059EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E059EE

Black with #E059EE

Text Example


Text Example

White with #E059EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E059EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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