#E54DE6

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

Shades of Free Speech Magenta #E54DE6

Tints of Free Speech Magenta #E54DE6

Color information

#E54DE6 (or 0xE54DE6) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4D and E6. RGB value is (229,77,230). Sum of RGB (Red+Green+Blue) = 229+77+230=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 77 (30.47% from 255 or 14.37% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #E54DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54DE6 is #1AB219. Grayscale: #8B8B8B. Windows color (decimal): -1749530 or 15093221. OLE color: 15093221.

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

Color convert

RGB22977230-
CMYK0.000.6700.10
HSL299.61º75.37%60.2%-
HSV(B)299.61º66.52%90.2%-
XYZ49.2527.6877.61-
YUV139.89178.86191.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 77 (30.47% from 255) = 14.37%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=42.72%
G=14.37%
B=42.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229772300.000.6700.10299.6175.3760.2
HexE54DE60430A12c4b3c
Octal345115346010301245411374
Binary1110010110011011110011001000011010101001011001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54DE6; }

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

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

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

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

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

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

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

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