#E148C6

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

Shades of Free Speech Magenta #E148C6

Tints of Free Speech Magenta #E148C6

Color information

#E148C6 (or 0xE148C6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 48 and C6. RGB value is (225,72,198). Sum of RGB (Red+Green+Blue) = 225+72+198=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E148C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148C6 is #1EB739. Grayscale: #838383. Windows color (decimal): -2012986 or 12994785. OLE color: 12994785.

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

Color convert

RGB22572198-
CMYK00.680.120.12
HSL310.59º71.83%58.24%-
HSV(B)310.59º68%88.24%-
XYZ43.5624.7255.9-
YUV132.11165.19194.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.45%
GREEN value IS 72 (28.52% from 255) = 14.55%
BLUE value IS 198 (77.73% from 255) = 40%
R=45.45%
G=14.55%
B=40%

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
Decimal2257219800.680.120.12310.5971.8358.24
HexE148C6044CC137483a
Octal3411103060104141446711072
Binary1110000110010001100011001000100110011001001101111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E148C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E148C6; }

 p { color: rgb(225,72,198); }

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

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

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

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

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

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

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