#e040c7

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

Shades of Free Speech Magenta #E040C7

Tints of Free Speech Magenta #E040C7

Color information

#E040C7 (or 0xE040C7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 40 and C7. RGB value is (224,64,199). Sum of RGB (Red+Green+Blue) = 224+64+199=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E040C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040C7 is #1FBF38. Grayscale: #7E7E7E. Windows color (decimal): -2080569 or 13058272. OLE color: 13058272.

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

Color convert

RGB22464199-
CMYK00.710.110.12
HSL309.38º72.07%56.47%-
HSV(B)309.38º71.43%87.84%-
XYZ42.8823.6456.34-
YUV127.23168.51197.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 64 (25.39% from 255) = 13.14%
BLUE value IS 199 (78.12% from 255) = 40.86%
R=46.00%
G=13.14%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246419900.710.110.12309.3872.0756.47
HexE040C7047BC1354838
Octal3401003070107131446511070
Binary1110000010000001100011101000111101111001001101011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e040c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e040c7; }

 p { color: rgb(224,64,199); }

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

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

 a { background-color: rgb(224,64,199); }

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

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

 span { border-color: rgb(224,64,199); }

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