#E144D0

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

Shades of Free Speech Magenta #E144D0

Tints of Free Speech Magenta #E144D0

Color information

#E144D0 (or 0xE144D0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 44 and D0. RGB value is (225,68,208). Sum of RGB (Red+Green+Blue) = 225+68+208=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E144D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E144D0 is #1EBB2F. Grayscale: #828282. Windows color (decimal): -2014000 or 13649121. OLE color: 13649121.

HSL color Cylindrical-coordinate representation of color #E144D0: hue angle of 306.5º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144D0 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB22568208-
CMYK00.700.080.12
HSL306.5º72.35%57.45%-
HSV(B)306.5º69.78%88.24%-
XYZ44.524.762.1-
YUV130.9171.51195.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 68 (26.95% from 255) = 13.57%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=44.91%
G=13.57%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256820800.700.080.12306.572.3557.45
HexE144D00468C1324839
Octal3411043200106101446211071
Binary1110000110001001101000001000110100011001001100101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E144D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E144D0; }

 p { color: rgb(225,68,208); }

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

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

 a { background-color: rgb(225,68,208); }

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

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

 span { border-color: rgb(225,68,208); }

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