Html Css Color HEX #E132E4 Free Speech Magenta

📋 copy color: '#E132E4'

red 225 ◦ green 50 ◦ blue 228

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

Shades of Free Speech Magenta #E132E4

Tints of Free Speech Magenta #E132E4

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.94%

 BLUE value IS 228 (89.45% from 255) = 45.33%

R = 44.73%
G = 9.94%
B = 45.33%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E132E4 (or 0xE132E4) is known color: Free Speech Magenta. HEX triplet: E1, 32 and E4. RGB value is (225,50,228). Sum of RGB (Red+Green+Blue) = 225+50+228=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #E132E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E132E4 is #1ECD1B. Grayscale: #7A7A7A. Windows color (decimal): -2018588 or 14955233. OLE color: 14955233.

HSL color Cylindrical-coordinate representation of color #E132E4: hue angle of 298.99º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132E4 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 50 228 -
CMYK 0.01 0.78 0 0.11
HSL 298.99º 0.77% 0.55% -
HSV(B) 298.99º 0.78% 0.89% -
XYZ 46.2 23.89 75.58 -
YUV 122.62 187.48 201.03 -
System Red Green Blue C M Y K H S L
Decimal 225 50 228 0.01 0.78 0 0.11 298.99 0.77 0.55
Hex E1 32 E4 1 4E 0 B 12B 4D 37
Octal 341 62 344 1 116 0 13 453 115 67
Binary 11100001 110010 11100100 1 1001110 0 1011 100101011 1001101 110111

Color Harmonies of #E132E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132E4

Black with #E132E4

Text Example


Text Example

White with #E132E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132E4; }

 p { color: rgb(225,50,228); }

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

background-color css

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

 a { background-color: rgb(225,50,228); }

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

border-color css

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

 span { border-color: rgb(225,50,228); }

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