Html Css Color HEX #E139FD Free Speech Magenta

📋 copy color: '#E139FD'

red 225 ◦ green 57 ◦ blue 253

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

Shades of Free Speech Magenta #E139FD

Tints of Free Speech Magenta #E139FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 42.06%
G = 10.65%
B = 47.29%

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

#E139FD (or 0xE139FD) is known color: Free Speech Magenta. HEX triplet: E1, 39 and FD. RGB value is (225,57,253). Sum of RGB (Red+Green+Blue) = 225+57+253=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 57 (22.66% from 255 or 10.65% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #E139FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E139FD is #1EC602. Grayscale: #808080. Windows color (decimal): -2016771 or 16595425. OLE color: 16595425.

HSL color Cylindrical-coordinate representation of color #E139FD: hue angle of 291.43º degrees, saturation: 0.98, 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 #E139FD is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 57 253 -
CMYK 0.11 0.77 0 0.01
HSL 291.43º 0.98% 0.61% -
HSV(B) 291.43º 0.77% 0.99% -
XYZ 50.24 26.03 95.3 -
YUV 129.58 197.66 196.06 -
System Red Green Blue C M Y K H S L
Decimal 225 57 253 0.11 0.77 0 0.01 291.43 0.98 0.61
Hex E1 39 FD B 4D 0 1 123 62 3D
Octal 341 71 375 13 115 0 1 443 142 75
Binary 11100001 111001 11111101 1011 1001101 0 1 100100011 1100010 111101

Color Harmonies of #E139FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E139FD

Black with #E139FD

Text Example


Text Example

White with #E139FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E139FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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