#E15DD3

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

Shades of Free Speech Magenta #E15DD3

Tints of Free Speech Magenta #E15DD3

Color information

#E15DD3 (or 0xE15DD3) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and D3. RGB value is (225,93,211). Sum of RGB (Red+Green+Blue) = 225+93+211=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DD3 is #1EA22C. Grayscale: #919191. Windows color (decimal): -2007597 or 13852129. OLE color: 13852129.

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

Color convert

RGB22593211-
CMYK00.590.060.12
HSL306.36º68.75%62.35%-
HSV(B)306.36º58.67%88.24%-
XYZ46.7228.5464.67-
YUV145.92164.73184.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 93 (36.72% from 255) = 17.58%
BLUE value IS 211 (82.81% from 255) = 39.89%
R=42.53%
G=17.58%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259321100.590.060.12306.3668.7562.35
HexE15DD303B6C132453e
Octal34113532307361446210576
Binary11100001101110111010011011101111011001001100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DD3; }

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

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

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

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

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

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

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

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