#E146CE

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

Shades of Free Speech Magenta #E146CE

Tints of Free Speech Magenta #E146CE

Color information

#E146CE (or 0xE146CE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 46 and CE. RGB value is (225,70,206). Sum of RGB (Red+Green+Blue) = 225+70+206=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E146CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146CE is #1EB931. Grayscale: #838383. Windows color (decimal): -2013490 or 13518561. OLE color: 13518561.

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

Color convert

RGB22570206-
CMYK00.690.080.12
HSL307.35º72.09%57.84%-
HSV(B)307.35º68.89%88.24%-
XYZ44.3824.8460.85-
YUV131.85169.85194.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 70 (27.73% from 255) = 13.97%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=44.91%
G=13.97%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257020600.690.080.12307.3572.0957.84
HexE146CE0458C133483a
Octal3411063160105101446311072
Binary1110000110001101100111001000101100011001001100111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146CE; }

 p { color: rgb(225,70,206); }

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

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

 a { background-color: rgb(225,70,206); }

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

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

 span { border-color: rgb(225,70,206); }

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