#E544D4

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

Shades of Free Speech Magenta #E544D4

Tints of Free Speech Magenta #E544D4

Color information

#E544D4 (or 0xE544D4) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 44 and D4. RGB value is (229,68,212). Sum of RGB (Red+Green+Blue) = 229+68+212=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E544D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E544D4 is #1ABB2B. Grayscale: #848484. Windows color (decimal): -1751852 or 13911269. OLE color: 13911269.

HSL color Cylindrical-coordinate representation of color #E544D4: hue angle of 306.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E544D4 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB22968212-
CMYK00.700.070.10
HSL306.34º75.59%58.24%-
HSV(B)306.34º70.31%89.8%-
XYZ46.2625.5564.78-
YUV132.56172.84196.79-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 68 (26.95% from 255) = 13.36%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=44.99%
G=13.36%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296821200.700.070.10306.3475.5958.24
HexE544D40467A1324c3a
Octal345104324010671246211472
Binary111001011000100110101000100011011110101001100101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E544D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E544D4; }

 p { color: rgb(229,68,212); }

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

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

 a { background-color: rgb(229,68,212); }

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

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

 span { border-color: rgb(229,68,212); }

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