#E146DD

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

Shades of Free Speech Magenta #E146DD

Tints of Free Speech Magenta #E146DD

Color information

#E146DD (or 0xE146DD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 46 and DD. RGB value is (225,70,221). Sum of RGB (Red+Green+Blue) = 225+70+221=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E146DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E146DD is #1EB922. Grayscale: #858585. Windows color (decimal): -2013475 or 14501601. OLE color: 14501601.

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

Color convert

RGB22570221-
CMYK00.690.020.12
HSL301.55º72.09%57.84%-
HSV(B)301.55º68.89%88.24%-
XYZ46.2925.6170.91-
YUV133.56177.35193.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.60%
GREEN value IS 70 (27.73% from 255) = 13.57%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=43.60%
G=13.57%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257022100.690.020.12301.5572.0957.84
HexE146DD0452C12e483a
Octal341106335010521445611072
Binary11100001100011011011101010001011011001001011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E146DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E146DD; }

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

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

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

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

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

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

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

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