Html Css Color HEX #E136F1 Free Speech Magenta

📋 copy color: '#E136F1'

red 225 ◦ green 54 ◦ blue 241

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

Shades of Free Speech Magenta #E136F1

Tints of Free Speech Magenta #E136F1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.38%

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 43.27%
G = 10.38%
B = 46.35%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E136F1 (or 0xE136F1) is known color: Free Speech Magenta. HEX triplet: E1, 36 and F1. RGB value is (225,54,241). Sum of RGB (Red+Green+Blue) = 225+54+241=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 54 (21.48% from 255 or 10.38% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #E136F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136F1 is #1EC90E. Grayscale: #7D7D7D. Windows color (decimal): -2017551 or 15808225. OLE color: 15808225.

HSL color Cylindrical-coordinate representation of color #E136F1: hue angle of 294.87º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E136F1 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 225 54 241 -
CMYK 0.07 0.78 0 0.05
HSL 294.87º 0.87% 0.58% -
HSV(B) 294.87º 0.78% 0.95% -
XYZ 48.25 25 85.5 -
YUV 126.45 192.65 198.29 -
System Red Green Blue C M Y K H S L
Decimal 225 54 241 0.07 0.78 0 0.05 294.87 0.87 0.58
Hex E1 36 F1 7 4E 0 5 127 57 3A
Octal 341 66 361 7 116 0 5 447 127 72
Binary 11100001 110110 11110001 111 1001110 0 101 100100111 1010111 111010

Color Harmonies of #E136F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136F1

Black with #E136F1

Text Example


Text Example

White with #E136F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136F1; }

 p { color: rgb(225,54,241); }

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

background-color css

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

 a { background-color: rgb(225,54,241); }

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

border-color css

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

 span { border-color: rgb(225,54,241); }

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