#E167C2

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

Shades of Free Speech Magenta #E167C2

Tints of Free Speech Magenta #E167C2

Color information

#E167C2 (or 0xE167C2) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 67 and C2. RGB value is (225,103,194). Sum of RGB (Red+Green+Blue) = 225+103+194=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E167C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167C2 is #1E983D. Grayscale: #959595. Windows color (decimal): -2005054 or 12740577. OLE color: 12740577.

HSL color Cylindrical-coordinate representation of color #E167C2: hue angle of 315.25º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E167C2 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225103194-
CMYK00.540.140.12
HSL315.25º67.03%64.31%-
HSV(B)315.25º54.22%88.24%-
XYZ45.6429.654.35-
YUV149.85152.92181.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 103 (40.62% from 255) = 19.73%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=43.10%
G=19.73%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510319400.540.140.12315.2567.0364.31
HexE167C2036EC13b4340
Octal3411473020661614473103100
Binary1110000111001111100001001101101110110010011101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E167C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E167C2; }

 p { color: rgb(225,103,194); }

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

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

 a { background-color: rgb(225,103,194); }

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

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

 span { border-color: rgb(225,103,194); }

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