Html Css Color HEX #E131EE Free Speech Magenta

📋 copy color: '#E131EE'

red 225 ◦ green 49 ◦ blue 238

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

Shades of Free Speech Magenta #E131EE

Tints of Free Speech Magenta #E131EE

RGB

 RED value IS 225 (88.28% from 255) = 43.95%

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

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

R = 43.95%
G = 9.57%
B = 46.48%

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

#E131EE (or 0xE131EE) is known color: Free Speech Magenta. HEX triplet: E1, 31 and EE. RGB value is (225,49,238). Sum of RGB (Red+Green+Blue) = 225+49+238=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #E131EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E131EE is #1ECE11. Grayscale: #7A7A7A. Windows color (decimal): -2018834 or 15610337. OLE color: 15610337.

HSL color Cylindrical-coordinate representation of color #E131EE: hue angle of 295.87º 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 #E131EE is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 49 238 -
CMYK 0.05 0.79 0 0.07
HSL 295.87º 0.85% 0.56% -
HSV(B) 295.87º 0.79% 0.93% -
XYZ 47.58 24.38 83.09 -
YUV 123.17 192.81 200.63 -
System Red Green Blue C M Y K H S L
Decimal 225 49 238 0.05 0.79 0 0.07 295.87 0.85 0.56
Hex E1 31 EE 5 4F 0 7 128 55 38
Octal 341 61 356 5 117 0 7 450 125 70
Binary 11100001 110001 11101110 101 1001111 0 111 100101000 1010101 111000

Color Harmonies of #E131EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131EE

Black with #E131EE

Text Example


Text Example

White with #E131EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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