#E148CD

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

Shades of Free Speech Magenta #E148CD

Tints of Free Speech Magenta #E148CD

Color information

#E148CD (or 0xE148CD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 48 and CD. RGB value is (225,72,205). Sum of RGB (Red+Green+Blue) = 225+72+205=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E148CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148CD is #1EB732. Grayscale: #848484. Windows color (decimal): -2012979 or 13453537. OLE color: 13453537.

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

Color convert

RGB22572205-
CMYK00.680.090.12
HSL307.84º71.83%58.24%-
HSV(B)307.84º68%88.24%-
XYZ44.3925.0560.25-
YUV132.91168.69193.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 72 (28.52% from 255) = 14.34%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=44.82%
G=14.34%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257220500.680.090.12307.8471.8358.24
HexE148CD0449C134483a
Octal3411103150104111446411072
Binary1110000110010001100110101000100100111001001101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E148CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E148CD; }

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

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

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

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

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

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

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

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