#E142C3

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

Shades of Free Speech Magenta #E142C3

Tints of Free Speech Magenta #E142C3

Color information

#E142C3 (or 0xE142C3) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 42 and C3. RGB value is (225,66,195). Sum of RGB (Red+Green+Blue) = 225+66+195=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E142C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E142C3 is #1EBD3C. Grayscale: #7F7F7F. Windows color (decimal): -2014525 or 12796641. OLE color: 12796641.

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

Color convert

RGB22566195-
CMYK00.710.130.12
HSL311.32º72.6%57.06%-
HSV(B)311.32º70.67%88.24%-
XYZ42.8523.8453.97-
YUV128.25165.68197.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.30%
GREEN value IS 66 (26.17% from 255) = 13.58%
BLUE value IS 195 (76.56% from 255) = 40.12%
R=46.30%
G=13.58%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256619500.710.130.12311.3272.657.06
HexE142C3047DC1374939
Octal3411023030107151446711171
Binary1110000110000101100001101000111110111001001101111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E142C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E142C3; }

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

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

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

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

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

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

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

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