#E147C8

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

Shades of Free Speech Magenta #E147C8

Tints of Free Speech Magenta #E147C8

Color information

#E147C8 (or 0xE147C8) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 47 and C8. RGB value is (225,71,200). Sum of RGB (Red+Green+Blue) = 225+71+200=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E147C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147C8 is #1EB837. Grayscale: #838383. Windows color (decimal): -2013240 or 13125601. OLE color: 13125601.

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

Color convert

RGB22571200-
CMYK00.680.110.12
HSL309.74º71.96%58.04%-
HSV(B)309.74º68.44%88.24%-
XYZ43.7324.6857.1-
YUV131.75166.52194.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.36%
GREEN value IS 71 (28.12% from 255) = 14.31%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=45.36%
G=14.31%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257120000.680.110.12309.7471.9658.04
HexE147C8044BC136483a
Octal3411073100104131446611072
Binary1110000110001111100100001000100101111001001101101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E147C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E147C8; }

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

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

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

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

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

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

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

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