#E139DD

Color #E139DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E139DD

Tints of Free Speech Magenta #E139DD

Color information

#E139DD (or 0xE139DD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 39 and DD. RGB value is (225,57,221). Sum of RGB (Red+Green+Blue) = 225+57+221=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 57 (22.66% from 255 or 11.33% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E139DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139DD is #1EC622. Grayscale: #7D7D7D. Windows color (decimal): -2016803 or 14498273. OLE color: 14498273.

HSL color Cylindrical-coordinate representation of color #E139DD: hue angle of 301.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139DD is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB22557221-
CMYK00.750.020.12
HSL301.43º73.68%55.29%-
HSV(B)301.43º74.67%88.24%-
XYZ45.5724.1570.67-
YUV125.93181.66198.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 57 (22.66% from 255) = 11.33%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=44.73%
G=11.33%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255722100.750.020.12301.4373.6855.29
HexE139DD04B2C12d4a37
Octal34171335011321445511267
Binary1110000111100111011101010010111011001001011011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E139DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E139DD; }

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

 H1.HeaderClassName
 {
   color: #E139DD;
 }
 .AnyTagClassName
 {
   color: #E139DD;
 }
</style>
background-color css

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

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

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

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

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

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