#E142DE

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

Shades of Free Speech Magenta #E142DE

Tints of Free Speech Magenta #E142DE

Color information

#E142DE (or 0xE142DE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 42 and DE. RGB value is (225,66,222). Sum of RGB (Red+Green+Blue) = 225+66+222=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E142DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142DE is #1EBD21. Grayscale: #828282. Windows color (decimal): -2014498 or 14566113. OLE color: 14566113.

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

Color convert

RGB22566222-
CMYK00.710.010.12
HSL301.13º72.6%57.06%-
HSV(B)301.13º70.67%88.24%-
XYZ46.1825.1871.53-
YUV131.32179.18194.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 66 (26.17% from 255) = 12.87%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=43.86%
G=12.87%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256622200.710.010.12301.1372.657.06
HexE142DE0471C12d4939
Octal341102336010711445511171
Binary1110000110000101101111001000111111001001011011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142DE; }

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

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

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

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

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

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

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

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