#E540CD

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

Shades of Free Speech Magenta #E540CD

Tints of Free Speech Magenta #E540CD

Color information

#E540CD (or 0xE540CD) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 40 and CD. RGB value is (229,64,205). Sum of RGB (Red+Green+Blue) = 229+64+205=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E540CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540CD is #1ABF32. Grayscale: #818181. Windows color (decimal): -1752883 or 13451493. OLE color: 13451493.

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

Color convert

RGB22964205-
CMYK00.720.100.10
HSL308.73º76.04%57.45%-
HSV(B)308.73º72.05%89.8%-
XYZ45.1724.7360.15-
YUV129.41170.66199.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.98%
GREEN value IS 64 (25.39% from 255) = 12.85%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=45.98%
G=12.85%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296420500.720.100.10308.7376.0457.45
HexE540CD048AA1354c39
Octal3451003150110121246511471
Binary1110010110000001100110101001000101010101001101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E540CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E540CD; }

 p { color: rgb(229,64,205); }

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

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

 a { background-color: rgb(229,64,205); }

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

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

 span { border-color: rgb(229,64,205); }

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