#E040E1

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

Shades of Free Speech Magenta #E040E1

Tints of Free Speech Magenta #E040E1

Color information

#E040E1 (or 0xE040E1) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 40 and E1. RGB value is (224,64,225). Sum of RGB (Red+Green+Blue) = 224+64+225=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #E040E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040E1 is #1FBF1E. Grayscale: #818181. Windows color (decimal): -2080543 or 14762208. OLE color: 14762208.

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

Color convert

RGB22464225-
CMYK0.000.7200.12
HSL299.63º72.85%56.67%-
HSV(B)299.63º71.56%88.24%-
XYZ46.1624.9573.62-
YUV130.19181.51194.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.66%
GREEN value IS 64 (25.39% from 255) = 12.48%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=43.66%
G=12.48%
B=43.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224642250.000.7200.12299.6372.8556.67
HexE040E10480C12c4939
Octal340100341011001445411171
Binary1110000010000001110000101001000011001001011001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E040E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E040E1; }

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

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

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

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

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

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

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

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