#E163E1

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

Shades of Free Speech Magenta #E163E1

Tints of Free Speech Magenta #E163E1

Color information

#E163E1 (or 0xE163E1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 63 and E1. RGB value is (225,99,225). Sum of RGB (Red+Green+Blue) = 225+99+225=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E163E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163E1 is #1E9C1E. Grayscale: #969696. Windows color (decimal): -2006047 or 14771169. OLE color: 14771169.

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

Color convert

RGB22599225-
CMYK00.5600.12
HSL300º67.74%63.53%-
HSV(B)300º56%88.24%-
XYZ49.130.3774.51-
YUV151.04169.74180.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 99 (39.06% from 255) = 18.03%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=40.98%
G=18.03%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259922500.5600.1230067.7463.53
HexE163E10380C12c4440
Octal341143341070014454104100
Binary1110000111000111110000101110000110010010110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E163E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E163E1; }

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

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

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

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

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

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

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

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