Html Css Color HEX #E136FB Free Speech Magenta

📋 copy color: '#E136FB'

red 225 ◦ green 54 ◦ blue 251

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

Shades of Free Speech Magenta #E136FB

Tints of Free Speech Magenta #E136FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 42.45%
G = 10.19%
B = 47.36%

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

#E136FB (or 0xE136FB) is known color: Free Speech Magenta. HEX triplet: E1, 36 and FB. RGB value is (225,54,251). Sum of RGB (Red+Green+Blue) = 225+54+251=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 54 (21.48% from 255 or 10.19% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #E136FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E136FB is #1EC904. Grayscale: #7E7E7E. Windows color (decimal): -2017541 or 16463585. OLE color: 16463585.

HSL color Cylindrical-coordinate representation of color #E136FB: hue angle of 292.08º degrees, saturation: 0.96, 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 #E136FB is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 54 251 -
CMYK 0.10 0.78 0 0.02
HSL 292.08º 0.96% 0.6% -
HSV(B) 292.08º 0.78% 0.98% -
XYZ 49.78 25.61 93.59 -
YUV 127.59 197.65 197.48 -
System Red Green Blue C M Y K H S L
Decimal 225 54 251 0.10 0.78 0 0.02 292.08 0.96 0.6
Hex E1 36 FB A 4E 0 2 124 60 3C
Octal 341 66 373 12 116 0 2 444 140 74
Binary 11100001 110110 11111011 1010 1001110 0 10 100100100 1100000 111100

Color Harmonies of #E136FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E136FB

Black with #E136FB

Text Example


Text Example

White with #E136FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E136FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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