#E147D6

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

Shades of Free Speech Magenta #E147D6

Tints of Free Speech Magenta #E147D6

Color information

#E147D6 (or 0xE147D6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 47 and D6. RGB value is (225,71,214). Sum of RGB (Red+Green+Blue) = 225+71+214=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E147D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147D6 is #1EB829. Grayscale: #848484. Windows color (decimal): -2013226 or 14043105. OLE color: 14043105.

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

Color convert

RGB22571214-
CMYK00.680.050.12
HSL304.29º71.96%58.04%-
HSV(B)304.29º68.44%88.24%-
XYZ45.4425.3766.12-
YUV133.35173.52193.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 71 (28.12% from 255) = 13.92%
BLUE value IS 214 (83.98% from 255) = 41.96%
R=44.12%
G=13.92%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257121400.680.050.12304.2971.9658.04
HexE147D60445C130483a
Octal341107326010451446011072
Binary111000011000111110101100100010010111001001100001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E147D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E147D6; }

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

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

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

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

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

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

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

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