#E142EE

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

Shades of Free Speech Magenta #E142EE

Tints of Free Speech Magenta #E142EE

Color information

#E142EE (or 0xE142EE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 42 and EE. RGB value is (225,66,238). Sum of RGB (Red+Green+Blue) = 225+66+238=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #E142EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E142EE is #1EBD11. Grayscale: #848484. Windows color (decimal): -2014482 or 15614689. OLE color: 15614689.

HSL color Cylindrical-coordinate representation of color #E142EE: hue angle of 295.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E142EE is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22566238-
CMYK0.050.7200.07
HSL295.47º83.5%59.61%-
HSV(B)295.47º72.27%93.33%-
XYZ48.4326.0883.37-
YUV133.15187.18193.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 66 (26.17% from 255) = 12.48%
BLUE value IS 238 (93.36% from 255) = 44.99%
R=42.53%
G=12.48%
B=44.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal225662380.050.7200.07295.4783.559.61
HexE142EE54807127533c
Octal34110235651100744712374
Binary11100001100001011101110101100100001111001001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142EE; }

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

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

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

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

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

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

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

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