#E046C3

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

Shades of Free Speech Magenta #E046C3

Tints of Free Speech Magenta #E046C3

Color information

#E046C3 (or 0xE046C3) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 46 and C3. RGB value is (224,70,195). Sum of RGB (Red+Green+Blue) = 224+70+195=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 195 (76.56% from 255 or 39.88% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E046C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046C3 is #1FB93C. Grayscale: #818181. Windows color (decimal): -2079037 or 12797664. OLE color: 12797664.

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

Color convert

RGB22470195-
CMYK00.690.130.12
HSL311.3º71.3%57.65%-
HSV(B)311.3º68.75%87.84%-
XYZ42.7824.1754.04-
YUV130.3164.52194.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.81%
GREEN value IS 70 (27.73% from 255) = 14.31%
BLUE value IS 195 (76.56% from 255) = 39.88%
R=45.81%
G=14.31%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247019500.690.130.12311.371.357.65
HexE046C3045DC137473a
Octal3401063030105151446710772
Binary1110000010001101100001101000101110111001001101111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E046C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E046C3; }

 p { color: rgb(224,70,195); }

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

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

 a { background-color: rgb(224,70,195); }

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

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

 span { border-color: rgb(224,70,195); }

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