#E147C7

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

Shades of Free Speech Magenta #E147C7

Tints of Free Speech Magenta #E147C7

Color information

#E147C7 (or 0xE147C7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 47 and C7. RGB value is (225,71,199). Sum of RGB (Red+Green+Blue) = 225+71+199=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E147C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147C7 is #1EB838. Grayscale: #838383. Windows color (decimal): -2013241 or 13060065. OLE color: 13060065.

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

Color convert

RGB22571199-
CMYK00.680.120.12
HSL310.13º71.96%58.04%-
HSV(B)310.13º68.44%88.24%-
XYZ43.6124.6456.49-
YUV131.64166.02194.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 71 (28.12% from 255) = 14.34%
BLUE value IS 199 (78.12% from 255) = 40.20%
R=45.45%
G=14.34%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257119900.680.120.12310.1371.9658.04
HexE147C7044CC136483a
Octal3411073070104141446611072
Binary1110000110001111100011101000100110011001001101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E147C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E147C7; }

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

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

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

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

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

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

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

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