#E146CC

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

Shades of Free Speech Magenta #E146CC

Tints of Free Speech Magenta #E146CC

Color information

#E146CC (or 0xE146CC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 46 and CC. RGB value is (225,70,204). Sum of RGB (Red+Green+Blue) = 225+70+204=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E146CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146CC is #1EB933. Grayscale: #838383. Windows color (decimal): -2013492 or 13387489. OLE color: 13387489.

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

Color convert

RGB22570204-
CMYK00.690.090.12
HSL308.13º72.09%57.84%-
HSV(B)308.13º68.89%88.24%-
XYZ44.1424.7559.58-
YUV131.62168.85194.6-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.09%
GREEN value IS 70 (27.73% from 255) = 14.03%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=45.09%
G=14.03%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257020400.690.090.12308.1372.0957.84
HexE146CC0459C134483a
Octal3411063140105111446411072
Binary1110000110001101100110001000101100111001001101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146CC; }

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

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

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

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

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

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

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

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