#E167C7

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

Shades of Free Speech Magenta #E167C7

Tints of Free Speech Magenta #E167C7

Color information

#E167C7 (or 0xE167C7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 67 and C7. RGB value is (225,103,199). Sum of RGB (Red+Green+Blue) = 225+103+199=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E167C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167C7 is #1E9838. Grayscale: #969696. Windows color (decimal): -2005049 or 13068257. OLE color: 13068257.

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

Color convert

RGB225103199-
CMYK00.540.120.12
HSL312.79º67.03%64.31%-
HSV(B)312.79º54.22%88.24%-
XYZ46.2129.8357.36-
YUV150.42155.42181.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=42.69%
G=19.54%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510319900.540.120.12312.7967.0364.31
HexE167C7036CC1394340
Octal3411473070661414471103100
Binary1110000111001111100011101101101100110010011100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E167C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E167C7; }

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

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

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

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

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

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

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

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