#E161DD

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

Shades of Free Speech Magenta #E161DD

Tints of Free Speech Magenta #E161DD

Color information

#E161DD (or 0xE161DD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 61 and DD. RGB value is (225,97,221). Sum of RGB (Red+Green+Blue) = 225+97+221=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E161DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161DD is #1E9E22. Grayscale: #959595. Windows color (decimal): -2006563 or 14508513. OLE color: 14508513.

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

Color convert

RGB22597221-
CMYK00.570.020.12
HSL301.88º68.09%63.14%-
HSV(B)301.88º56.89%88.24%-
XYZ48.3829.7871.6-
YUV149.41168.41181.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 97 (38.28% from 255) = 17.86%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=41.44%
G=17.86%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259722100.570.020.12301.8868.0963.14
HexE161DD0392C12e443f
Octal34114133507121445610477
Binary1110000111000011101110101110011011001001011101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161DD; }

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

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

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

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

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

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

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

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