#E149D4

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

Shades of Free Speech Magenta #E149D4

Tints of Free Speech Magenta #E149D4

Color information

#E149D4 (or 0xE149D4) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 49 and D4. RGB value is (225,73,212). Sum of RGB (Red+Green+Blue) = 225+73+212=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E149D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149D4 is #1EB62B. Grayscale: #858585. Windows color (decimal): -2012716 or 13912545. OLE color: 13912545.

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

Color convert

RGB22573212-
CMYK00.680.060.12
HSL305.13º71.7%58.43%-
HSV(B)305.13º67.56%88.24%-
XYZ45.3225.5364.83-
YUV134.29171.86192.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.12%
GREEN value IS 73 (28.91% from 255) = 14.31%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=44.12%
G=14.31%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257321200.680.060.12305.1371.758.43
HexE149D40446C131483a
Octal341111324010461446111072
Binary111000011001001110101000100010011011001001100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E149D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E149D4; }

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

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

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

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

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

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

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

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