Html Css Color HEX #E132F0 Free Speech Magenta

📋 copy color: '#E132F0'

red 225 ◦ green 50 ◦ blue 240

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

Shades of Free Speech Magenta #E132F0

Tints of Free Speech Magenta #E132F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.6%

R = 43.69%
G = 9.71%
B = 46.6%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E132F0 (or 0xE132F0) is known color: Free Speech Magenta. HEX triplet: E1, 32 and F0. RGB value is (225,50,240). Sum of RGB (Red+Green+Blue) = 225+50+240=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 50 (19.92% from 255 or 9.71% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #E132F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E132F0 is #1ECD0F. Grayscale: #7B7B7B. Windows color (decimal): -2018576 or 15741665. OLE color: 15741665.

HSL color Cylindrical-coordinate representation of color #E132F0: hue angle of 295.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E132F0 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 50 240 -
CMYK 0.06 0.79 0 0.06
HSL 295.26º 0.86% 0.57% -
HSV(B) 295.26º 0.79% 0.94% -
XYZ 47.92 24.58 84.66 -
YUV 123.99 193.48 200.05 -
System Red Green Blue C M Y K H S L
Decimal 225 50 240 0.06 0.79 0 0.06 295.26 0.86 0.57
Hex E1 32 F0 6 4F 0 6 127 56 39
Octal 341 62 360 6 117 0 6 447 126 71
Binary 11100001 110010 11110000 110 1001111 0 110 100100111 1010110 111001

Color Harmonies of #E132F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E132F0

Black with #E132F0

Text Example


Text Example

White with #E132F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E132F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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