#E142EC

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

Shades of Free Speech Magenta #E142EC

Tints of Free Speech Magenta #E142EC

Color information

#E142EC (or 0xE142EC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 42 and EC. RGB value is (225,66,236). Sum of RGB (Red+Green+Blue) = 225+66+236=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #E142EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E142EC is #1EBD13. Grayscale: #848484. Windows color (decimal): -2014484 or 15483617. OLE color: 15483617.

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

Color convert

RGB22566236-
CMYK0.050.7200.07
HSL296.12º81.73%59.22%-
HSV(B)296.12º72.03%92.55%-
XYZ48.1425.9681.83-
YUV132.92186.18193.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 66 (26.17% from 255) = 12.52%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=42.69%
G=12.52%
B=44.78%

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
Decimal225662360.050.7200.07296.1281.7359.22
HexE142EC54807128523b
Octal34110235451100745012273
Binary11100001100001011101100101100100001111001010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142EC; }

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

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

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

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

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

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

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

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