#E163D1

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

Shades of Free Speech Magenta #E163D1

Tints of Free Speech Magenta #E163D1

Color information

#E163D1 (or 0xE163D1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 63 and D1. RGB value is (225,99,209). Sum of RGB (Red+Green+Blue) = 225+99+209=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E163D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163D1 is #1E9C2E. Grayscale: #949494. Windows color (decimal): -2006063 or 13722593. OLE color: 13722593.

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

Color convert

RGB22599209-
CMYK00.560.070.12
HSL307.62º67.74%63.53%-
HSV(B)307.62º56%88.24%-
XYZ47.0229.5363.54-
YUV149.21161.74182.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=42.21%
G=18.57%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259920900.560.070.12307.6267.7463.53
HexE163D10387C1344440
Octal341143321070714464104100
Binary111000011100011110100010111000111110010011010010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E163D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E163D1; }

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

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

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

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

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

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

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

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