Html Css Color HEX #E331EE Free Speech Magenta

📋 copy color: '#E331EE'

red 227 ◦ green 49 ◦ blue 238

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

Shades of Free Speech Magenta #E331EE

Tints of Free Speech Magenta #E331EE

RGB

 RED value IS 227 (89.06% from 255) = 44.16%

 GREEN value IS 49 (19.53% from 255) = 9.53%

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

R = 44.16%
G = 9.53%
B = 46.3%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E331EE (or 0xE331EE) is known color: Free Speech Magenta. HEX triplet: E3, 31 and EE. RGB value is (227,49,238). Sum of RGB (Red+Green+Blue) = 227+49+238=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #E331EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E331EE is #1CCE11. Grayscale: #7B7B7B. Windows color (decimal): -1887762 or 15610339. OLE color: 15610339.

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

Color convert

RGB 227 49 238 -
CMYK 0.05 0.79 0 0.07
HSL 296.51º 0.85% 0.56% -
HSV(B) 296.51º 0.79% 0.93% -
XYZ 48.21 24.7 83.12 -
YUV 123.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 227 49 238 0.05 0.79 0 0.07 296.51 0.85 0.56
Hex E3 31 EE 5 4F 0 7 129 55 38
Octal 343 61 356 5 117 0 7 451 125 70
Binary 11100011 110001 11101110 101 1001111 0 111 100101001 1010101 111000

Color Harmonies of #E331EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331EE

Black with #E331EE

Text Example


Text Example

White with #E331EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331EE; }

 p { color: rgb(227,49,238); }

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

background-color css

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

 a { background-color: rgb(227,49,238); }

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

border-color css

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

 span { border-color: rgb(227,49,238); }

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