#E54BC4

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

Shades of Free Speech Magenta #E54BC4

Tints of Free Speech Magenta #E54BC4

Color information

#E54BC4 (or 0xE54BC4) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4B and C4. RGB value is (229,75,196). Sum of RGB (Red+Green+Blue) = 229+75+196=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54BC4 is #1AB43B. Grayscale: #868686. Windows color (decimal): -1750076 or 12864485. OLE color: 12864485.

HSL color Cylindrical-coordinate representation of color #E54BC4: hue angle of 312.86º 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 #E54BC4 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB22975196-
CMYK00.670.140.10
HSL312.86º74.76%59.61%-
HSV(B)312.86º67.25%89.8%-
XYZ44.7925.6854.82-
YUV134.84162.52195.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 75 (29.69% from 255) = 15%
BLUE value IS 196 (76.95% from 255) = 39.2%
R=45.8%
G=15%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297519600.670.140.10312.8674.7659.61
HexE54BC4043EA1394b3c
Octal3451133040103161247111374
Binary1110010110010111100010001000011111010101001110011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54BC4; }

 p { color: rgb(229,75,196); }

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

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

 a { background-color: rgb(229,75,196); }

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

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

 span { border-color: rgb(229,75,196); }

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