#E15DCA

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

Shades of Free Speech Magenta #E15DCA

Tints of Free Speech Magenta #E15DCA

Color information

#E15DCA (or 0xE15DCA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and CA. RGB value is (225,93,202). Sum of RGB (Red+Green+Blue) = 225+93+202=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DCA is #1EA235. Grayscale: #909090. Windows color (decimal): -2007606 or 13262305. OLE color: 13262305.

HSL color Cylindrical-coordinate representation of color #E15DCA: hue angle of 310.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DCA is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB22593202-
CMYK00.590.100.12
HSL310.45º68.75%62.35%-
HSV(B)310.45º58.67%88.24%-
XYZ45.6328.158.9-
YUV144.89160.23185.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=43.27%
G=17.88%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259320200.590.100.12310.4568.7562.35
HexE15DCA03BAC136453e
Octal341135312073121446610576
Binary111000011011101110010100111011101011001001101101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DCA; }

 p { color: rgb(225,93,202); }

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

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

 a { background-color: rgb(225,93,202); }

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

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

 span { border-color: rgb(225,93,202); }

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