#E53BDD

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

Shades of Free Speech Magenta #E53BDD

Tints of Free Speech Magenta #E53BDD

Color information

#E53BDD (or 0xE53BDD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3B and DD. RGB value is (229,59,221). Sum of RGB (Red+Green+Blue) = 229+59+221=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BDD is #1AC422. Grayscale: #7F7F7F. Windows color (decimal): -1754147 or 14498789. OLE color: 14498789.

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

Color convert

RGB22959221-
CMYK00.740.030.10
HSL302.82º76.58%56.47%-
HSV(B)302.82º74.24%89.8%-
XYZ46.9325.0170.76-
YUV128.3180.32199.83-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 59 (23.44% from 255) = 11.59%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=44.99%
G=11.59%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295922100.740.030.10302.8276.5856.47
HexE53BDD04A3A12f4d38
Octal34573335011231245711570
Binary1110010111101111011101010010101110101001011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53BDD; }

 p { color: rgb(229,59,221); }

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

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

 a { background-color: rgb(229,59,221); }

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

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

 span { border-color: rgb(229,59,221); }

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