#E142D0

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

Shades of Free Speech Magenta #E142D0

Tints of Free Speech Magenta #E142D0

Color information

#E142D0 (or 0xE142D0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 42 and D0. RGB value is (225,66,208). Sum of RGB (Red+Green+Blue) = 225+66+208=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E142D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142D0 is #1EBD2F. Grayscale: #818181. Windows color (decimal): -2014512 or 13648609. OLE color: 13648609.

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

Color convert

RGB22566208-
CMYK00.710.080.12
HSL306.42º72.6%57.06%-
HSV(B)306.42º70.67%88.24%-
XYZ44.3824.4662.06-
YUV129.73172.18195.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 66 (26.17% from 255) = 13.23%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=45.09%
G=13.23%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256620800.710.080.12306.4272.657.06
HexE142D00478C1324939
Octal3411023200107101446211171
Binary1110000110000101101000001000111100011001001100101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142D0; }

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

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

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

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

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

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

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

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