#E545D7

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

Shades of Free Speech Magenta #E545D7

Tints of Free Speech Magenta #E545D7

Color information

#E545D7 (or 0xE545D7) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 45 and D7. RGB value is (229,69,215). Sum of RGB (Red+Green+Blue) = 229+69+215=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 69 (27.34% from 255 or 13.45% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E545D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E545D7 is #1ABA28. Grayscale: #858585. Windows color (decimal): -1751593 or 14108133. OLE color: 14108133.

HSL color Cylindrical-coordinate representation of color #E545D7: hue angle of 305.25º degrees, saturation: 0.75, 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 #E545D7 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB22969215-
CMYK00.700.060.10
HSL305.25º75.47%58.43%-
HSV(B)305.25º69.87%89.8%-
XYZ46.7125.8266.81-
YUV133.48174.01196.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.64%
GREEN value IS 69 (27.34% from 255) = 13.45%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=44.64%
G=13.45%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296921500.700.060.10305.2575.4758.43
HexE545D70466A1314b3a
Octal345105327010661246111372
Binary111001011000101110101110100011011010101001100011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E545D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E545D7; }

 p { color: rgb(229,69,215); }

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

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

 a { background-color: rgb(229,69,215); }

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

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

 span { border-color: rgb(229,69,215); }

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