#E540E6

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

Shades of Free Speech Magenta #E540E6

Tints of Free Speech Magenta #E540E6

Color information

#E540E6 (or 0xE540E6) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 40 and E6. RGB value is (229,64,230). Sum of RGB (Red+Green+Blue) = 229+64+230=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #E540E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E540E6 is #1ABF19. Grayscale: #838383. Windows color (decimal): -1752858 or 15089893. OLE color: 15089893.

HSL color Cylindrical-coordinate representation of color #E540E6: hue angle of 299.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E540E6 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22964230-
CMYK0.000.7200.10
HSL299.64º76.85%57.65%-
HSV(B)299.64º72.17%90.2%-
XYZ48.4326.0477.34-
YUV132.26183.16197-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 64 (25.39% from 255) = 12.24%
BLUE value IS 230 (90.23% from 255) = 43.98%
R=43.79%
G=12.24%
B=43.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229642300.000.7200.10299.6476.8557.65
HexE540E60480A12c4d3a
Octal345100346011001245411572
Binary1110010110000001110011001001000010101001011001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540E6; }

 p { color: rgb(229,64,230); }

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

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

 a { background-color: rgb(229,64,230); }

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

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

 span { border-color: rgb(229,64,230); }

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