Html Css Color HEX #E131E5 Free Speech Magenta

📋 copy color: '#E131E5'

red 225 ◦ green 49 ◦ blue 229

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

Shades of Free Speech Magenta #E131E5

Tints of Free Speech Magenta #E131E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 44.73%
G = 9.74%
B = 45.53%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E131E5 (or 0xE131E5) is known color: Free Speech Magenta. HEX triplet: E1, 31 and E5. RGB value is (225,49,229). Sum of RGB (Red+Green+Blue) = 225+49+229=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 49 (19.53% from 255 or 9.74% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #E131E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E131E5 is #1ECE1A. Grayscale: #797979. Windows color (decimal): -2018843 or 15020513. OLE color: 15020513.

HSL color Cylindrical-coordinate representation of color #E131E5: hue angle of 298.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E131E5 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 49 229 -
CMYK 0.02 0.79 0 0.10
HSL 298.67º 0.78% 0.55% -
HSV(B) 298.67º 0.79% 0.9% -
XYZ 46.29 23.86 76.29 -
YUV 122.14 188.31 201.36 -
System Red Green Blue C M Y K H S L
Decimal 225 49 229 0.02 0.79 0 0.10 298.67 0.78 0.55
Hex E1 31 E5 2 4F 0 A 12B 4E 37
Octal 341 61 345 2 117 0 12 453 116 67
Binary 11100001 110001 11100101 10 1001111 0 1010 100101011 1001110 110111

Color Harmonies of #E131E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E131E5

Black with #E131E5

Text Example


Text Example

White with #E131E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E131E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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