#E161CB

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

Shades of Free Speech Magenta #E161CB

Tints of Free Speech Magenta #E161CB

Color information

#E161CB (or 0xE161CB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 61 and CB. RGB value is (225,97,203). Sum of RGB (Red+Green+Blue) = 225+97+203=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E161CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161CB is #1E9E34. Grayscale: #939393. Windows color (decimal): -2006581 or 13328865. OLE color: 13328865.

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

Color convert

RGB22597203-
CMYK00.570.100.12
HSL310.31º68.09%63.14%-
HSV(B)310.31º56.89%88.24%-
XYZ46.1128.8759.64-
YUV147.36159.41183.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 18.48%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=42.86%
G=18.48%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259720300.570.100.12310.3168.0963.14
HexE161CB039AC136443f
Octal341141313071121446610477
Binary111000011100001110010110111001101011001001101101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161CB; }

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

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

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

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

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

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

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

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