Html Css Color HEX #E041EE Free Speech Magenta

📋 copy color: '#E041EE'

red 224 ◦ green 65 ◦ blue 238

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

Shades of Free Speech Magenta #E041EE

Tints of Free Speech Magenta #E041EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.33%

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

R = 42.5%
G = 12.33%
B = 45.16%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E041EE (or 0xE041EE) is known color: Free Speech Magenta. HEX triplet: E0, 41 and EE. RGB value is (224,65,238). Sum of RGB (Red+Green+Blue) = 224+65+238=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #E041EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041EE is #1FBE11. Grayscale: #838383. Windows color (decimal): -2080274 or 15614432. OLE color: 15614432.

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

Color convert

RGB 224 65 238 -
CMYK 0.06 0.73 0 0.07
HSL 295.14º 0.84% 0.59% -
HSV(B) 295.14º 0.73% 0.93% -
XYZ 48.06 25.8 83.34 -
YUV 132.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 224 65 238 0.06 0.73 0 0.07 295.14 0.84 0.59
Hex E0 41 EE 6 49 0 7 127 54 3B
Octal 340 101 356 6 111 0 7 447 124 73
Binary 11100000 1000001 11101110 110 1001001 0 111 100100111 1010100 111011

Color Harmonies of #E041EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041EE

Black with #E041EE

Text Example


Text Example

White with #E041EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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