#E15DDA

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

Shades of Free Speech Magenta #E15DDA

Tints of Free Speech Magenta #E15DDA

Color information

#E15DDA (or 0xE15DDA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and DA. RGB value is (225,93,218). Sum of RGB (Red+Green+Blue) = 225+93+218=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DDA is #1EA225. Grayscale: #929292. Windows color (decimal): -2007590 or 14310881. OLE color: 14310881.

HSL color Cylindrical-coordinate representation of color #E15DDA: hue angle of 303.18º 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 #E15DDA is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22593218-
CMYK00.590.030.12
HSL303.18º68.75%62.35%-
HSV(B)303.18º58.67%88.24%-
XYZ47.6228.969.4-
YUV146.72168.23183.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 93 (36.72% from 255) = 17.35%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=41.98%
G=17.35%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259321800.590.030.12303.1868.7562.35
HexE15DDA03B3C12f453e
Octal34113533207331445710576
Binary1110000110111011101101001110111111001001011111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DDA; }

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

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

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

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

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

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

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

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