#E146CD

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

Shades of Free Speech Magenta #E146CD

Tints of Free Speech Magenta #E146CD

Color information

#E146CD (or 0xE146CD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 46 and CD. RGB value is (225,70,205). Sum of RGB (Red+Green+Blue) = 225+70+205=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E146CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146CD is #1EB932. Grayscale: #838383. Windows color (decimal): -2013491 or 13453025. OLE color: 13453025.

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

Color convert

RGB22570205-
CMYK00.690.090.12
HSL307.74º72.09%57.84%-
HSV(B)307.74º68.89%88.24%-
XYZ44.2624.860.21-
YUV131.73169.35194.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 70 (27.73% from 255) = 14%
BLUE value IS 205 (80.47% from 255) = 41%
R=45%
G=14%
B=41%

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
Decimal2257020500.690.090.12307.7472.0957.84
HexE146CD0459C134483a
Octal3411063150105111446411072
Binary1110000110001101100110101000101100111001001101001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146CD; }

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

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

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

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

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

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

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

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