#E54BD5

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

Shades of Free Speech Magenta #E54BD5

Tints of Free Speech Magenta #E54BD5

Color information

#E54BD5 (or 0xE54BD5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4B and D5. RGB value is (229,75,213). Sum of RGB (Red+Green+Blue) = 229+75+213=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54BD5 is #1AB42A. Grayscale: #888888. Windows color (decimal): -1750059 or 13978597. OLE color: 13978597.

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

Color convert

RGB22975213-
CMYK00.670.070.10
HSL306.23º74.76%59.61%-
HSV(B)306.23º67.25%89.8%-
XYZ46.8426.4965.6-
YUV136.78171.02193.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 75 (29.69% from 255) = 14.51%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=44.29%
G=14.51%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297521300.670.070.10306.2374.7659.61
HexE54BD50437A1324b3c
Octal345113325010371246211374
Binary111001011001011110101010100001111110101001100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54BD5; }

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

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

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

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

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

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

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

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