#E167CD

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

Shades of Free Speech Magenta #E167CD

Tints of Free Speech Magenta #E167CD

Color information

#E167CD (or 0xE167CD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 67 and CD. RGB value is (225,103,205). Sum of RGB (Red+Green+Blue) = 225+103+205=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E167CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167CD is #1E9832. Grayscale: #969696. Windows color (decimal): -2005043 or 13461473. OLE color: 13461473.

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

Color convert

RGB225103205-
CMYK00.540.090.12
HSL309.84º67.03%64.31%-
HSV(B)309.84º54.22%88.24%-
XYZ46.9230.1261.1-
YUV151.11158.42180.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=42.21%
G=19.32%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510320500.540.090.12309.8467.0364.31
HexE167CD0369C1364340
Octal3411473150661114466103100
Binary1110000111001111100110101101101001110010011011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E167CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E167CD; }

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

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

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

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

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

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

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

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