#E15DC3

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

Shades of Free Speech Magenta #E15DC3

Tints of Free Speech Magenta #E15DC3

Color information

#E15DC3 (or 0xE15DC3) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and C3. RGB value is (225,93,195). Sum of RGB (Red+Green+Blue) = 225+93+195=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DC3 is #1EA23C. Grayscale: #8F8F8F. Windows color (decimal): -2007613 or 12803553. OLE color: 12803553.

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

Color convert

RGB22593195-
CMYK00.590.130.12
HSL313.64º68.75%62.35%-
HSV(B)313.64º58.67%88.24%-
XYZ44.8227.7854.63-
YUV144.1156.73185.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=43.86%
G=18.13%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259319500.590.130.12313.6468.7562.35
HexE15DC303BDC13a453e
Octal341135303073151447210576
Binary111000011011101110000110111011110111001001110101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DC3; }

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

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

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

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

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

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

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

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