#E161D5

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

Shades of Free Speech Magenta #E161D5

Tints of Free Speech Magenta #E161D5

Color information

#E161D5 (or 0xE161D5) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 61 and D5. RGB value is (225,97,213). Sum of RGB (Red+Green+Blue) = 225+97+213=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E161D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161D5 is #1E9E2A. Grayscale: #949494. Windows color (decimal): -2006571 or 13984225. OLE color: 13984225.

HSL color Cylindrical-coordinate representation of color #E161D5: hue angle of 305.62º 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 #E161D5 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22597213-
CMYK00.570.050.12
HSL305.62º68.09%63.14%-
HSV(B)305.62º56.89%88.24%-
XYZ47.3429.3666.12-
YUV148.5164.41182.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 97 (38.28% from 255) = 18.13%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=42.06%
G=18.13%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259721300.570.050.12305.6268.0963.14
HexE161D50395C132443f
Octal34114132507151446210477
Binary11100001110000111010101011100110111001001100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161D5; }

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

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

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

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

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

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

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

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