#E167D1

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

Shades of Free Speech Magenta #E167D1

Tints of Free Speech Magenta #E167D1

Color information

#E167D1 (or 0xE167D1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 67 and D1. RGB value is (225,103,209). Sum of RGB (Red+Green+Blue) = 225+103+209=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E167D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167D1 is #1E982E. Grayscale: #979797. Windows color (decimal): -2005039 or 13723617. OLE color: 13723617.

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

Color convert

RGB225103209-
CMYK00.540.070.12
HSL307.87º67.03%64.31%-
HSV(B)307.87º54.22%88.24%-
XYZ47.4130.3163.67-
YUV151.56160.42180.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 103 (40.62% from 255) = 19.18%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=41.90%
G=19.18%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510320900.540.070.12307.8767.0364.31
HexE167D10367C1344340
Octal341147321066714464103100
Binary111000011100111110100010110110111110010011010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E167D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E167D1; }

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

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

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

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

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

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

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

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