Html Css Color HEX #E136F8 Free Speech Magenta

📋 copy color: '#E136F8'

red 225 ◦ green 54 ◦ blue 248

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

Shades of Free Speech Magenta #E136F8

Tints of Free Speech Magenta #E136F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.06%

R = 42.69%
G = 10.25%
B = 47.06%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E136F8 (or 0xE136F8) is known color: Free Speech Magenta. HEX triplet: E1, 36 and F8. RGB value is (225,54,248). Sum of RGB (Red+Green+Blue) = 225+54+248=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 54 (21.48% from 255 or 10.25% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #E136F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136F8 is #1EC907. Grayscale: #7E7E7E. Windows color (decimal): -2017544 or 16266977. OLE color: 16266977.

HSL color Cylindrical-coordinate representation of color #E136F8: hue angle of 292.89º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E136F8 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 54 248 -
CMYK 0.09 0.78 0 0.03
HSL 292.89º 0.93% 0.59% -
HSV(B) 292.89º 0.78% 0.97% -
XYZ 49.31 25.42 91.11 -
YUV 127.25 196.15 197.73 -
System Red Green Blue C M Y K H S L
Decimal 225 54 248 0.09 0.78 0 0.03 292.89 0.93 0.59
Hex E1 36 F8 9 4E 0 3 125 5D 3B
Octal 341 66 370 11 116 0 3 445 135 73
Binary 11100001 110110 11111000 1001 1001110 0 11 100100101 1011101 111011

Color Harmonies of #E136F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136F8

Black with #E136F8

Text Example


Text Example

White with #E136F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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