Html Css Color HEX #E139FC Free Speech Magenta

📋 copy color: '#E139FC'

red 225 ◦ green 57 ◦ blue 252

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

Shades of Free Speech Magenta #E139FC

Tints of Free Speech Magenta #E139FC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.67%

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 42.13%
G = 10.67%
B = 47.19%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E139FC (or 0xE139FC) is known color: Free Speech Magenta. HEX triplet: E1, 39 and FC. RGB value is (225,57,252). Sum of RGB (Red+Green+Blue) = 225+57+252=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 57 (22.66% from 255 or 10.67% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #E139FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E139FC is #1EC603. Grayscale: #808080. Windows color (decimal): -2016772 or 16529889. OLE color: 16529889.

HSL color Cylindrical-coordinate representation of color #E139FC: hue angle of 291.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E139FC is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 57 252 -
CMYK 0.11 0.77 0 0.01
HSL 291.69º 0.97% 0.61% -
HSV(B) 291.69º 0.77% 0.99% -
XYZ 50.09 25.96 94.47 -
YUV 129.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 225 57 252 0.11 0.77 0 0.01 291.69 0.97 0.61
Hex E1 39 FC B 4D 0 1 124 61 3D
Octal 341 71 374 13 115 0 1 444 141 75
Binary 11100001 111001 11111100 1011 1001101 0 1 100100100 1100001 111101

Color Harmonies of #E139FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139FC

Black with #E139FC

Text Example


Text Example

White with #E139FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139FC; }

 p { color: rgb(225,57,252); }

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

background-color css

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

 a { background-color: rgb(225,57,252); }

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

border-color css

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

 span { border-color: rgb(225,57,252); }

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