Html Css Color HEX #E136FA Free Speech Magenta

📋 copy color: '#E136FA'

red 225 ◦ green 54 ◦ blue 250

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

Shades of Free Speech Magenta #E136FA

Tints of Free Speech Magenta #E136FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 42.53%
G = 10.21%
B = 47.26%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E136FA (or 0xE136FA) is known color: Free Speech Magenta. HEX triplet: E1, 36 and FA. RGB value is (225,54,250). Sum of RGB (Red+Green+Blue) = 225+54+250=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #E136FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136FA is #1EC905. Grayscale: #7E7E7E. Windows color (decimal): -2017542 or 16398049. OLE color: 16398049.

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

Color convert

RGB 225 54 250 -
CMYK 0.10 0.78 0 0.02
HSL 292.35º 0.95% 0.6% -
HSV(B) 292.35º 0.78% 0.98% -
XYZ 49.63 25.55 92.76 -
YUV 127.47 197.15 197.56 -
System Red Green Blue C M Y K H S L
Decimal 225 54 250 0.10 0.78 0 0.02 292.35 0.95 0.6
Hex E1 36 FA A 4E 0 2 124 5F 3C
Octal 341 66 372 12 116 0 2 444 137 74
Binary 11100001 110110 11111010 1010 1001110 0 10 100100100 1011111 111100

Color Harmonies of #E136FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136FA

Black with #E136FA

Text Example


Text Example

White with #E136FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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