#E149E0

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

Shades of Free Speech Magenta #E149E0

Tints of Free Speech Magenta #E149E0

Color information

#E149E0 (or 0xE149E0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 49 and E0. RGB value is (225,73,224). Sum of RGB (Red+Green+Blue) = 225+73+224=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E149E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149E0 is #1EB61F. Grayscale: #878787. Windows color (decimal): -2012704 or 14698977. OLE color: 14698977.

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

Color convert

RGB22573224-
CMYK00.680.000.12
HSL300.39º71.7%58.43%-
HSV(B)300.39º67.56%88.24%-
XYZ46.8926.1573.1-
YUV135.66177.86191.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.10%
GREEN value IS 73 (28.91% from 255) = 13.98%
BLUE value IS 224 (87.89% from 255) = 42.91%
R=43.10%
G=13.98%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257322400.680.000.12300.3971.758.43
HexE149E00440C12c483a
Octal341111340010401445411072
Binary1110000110010011110000001000100011001001011001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E149E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E149E0; }

 p { color: rgb(225,73,224); }

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

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

 a { background-color: rgb(225,73,224); }

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

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

 span { border-color: rgb(225,73,224); }

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