#e043c5

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

Shades of Free Speech Magenta #E043C5

Tints of Free Speech Magenta #E043C5

Color information

#E043C5 (or 0xE043C5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 43 and C5. RGB value is (224,67,197). Sum of RGB (Red+Green+Blue) = 224+67+197=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E043C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043C5 is #1FBC3A. Grayscale: #808080. Windows color (decimal): -2079803 or 12927968. OLE color: 12927968.

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

Color convert

RGB22467197-
CMYK00.700.120.12
HSL310.32º71.69%57.06%-
HSV(B)310.32º70.09%87.84%-
XYZ42.8323.8955.18-
YUV128.76166.51195.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 67 (26.56% from 255) = 13.73%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=45.90%
G=13.73%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246719700.700.120.12310.3271.6957.06
HexE043C5046CC1364839
Octal3401033050106141446611071
Binary1110000010000111100010101000110110011001001101101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e043c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e043c5; }

 p { color: rgb(224,67,197); }

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

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

 a { background-color: rgb(224,67,197); }

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

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

 span { border-color: rgb(224,67,197); }

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