#E54BD3

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

Shades of Free Speech Magenta #E54BD3

Tints of Free Speech Magenta #E54BD3

Color information

#E54BD3 (or 0xE54BD3) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 4B and D3. RGB value is (229,75,211). Sum of RGB (Red+Green+Blue) = 229+75+211=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54BD3 is #1AB42C. Grayscale: #888888. Windows color (decimal): -1750061 or 13847525. OLE color: 13847525.

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

Color convert

RGB22975211-
CMYK00.670.080.10
HSL307.01º74.76%59.61%-
HSV(B)307.01º67.25%89.8%-
XYZ46.5926.3964.27-
YUV136.55170.02193.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 75 (29.69% from 255) = 14.56%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=44.47%
G=14.56%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2297521100.670.080.10307.0174.7659.61
HexE54BD30438A1334b3c
Octal3451133230103101246311374
Binary1110010110010111101001101000011100010101001100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54BD3; }

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

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

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

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

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

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

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

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