#E15DC1

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

Shades of Free Speech Magenta #E15DC1

Tints of Free Speech Magenta #E15DC1

Color information

#E15DC1 (or 0xE15DC1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and C1. RGB value is (225,93,193). Sum of RGB (Red+Green+Blue) = 225+93+193=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DC1 is #1EA23E. Grayscale: #8F8F8F. Windows color (decimal): -2007615 or 12672481. OLE color: 12672481.

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

Color convert

RGB22593193-
CMYK00.590.140.12
HSL314.55º68.75%62.35%-
HSV(B)314.55º58.67%88.24%-
XYZ44.5927.6953.45-
YUV143.87155.73185.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 93 (36.72% from 255) = 18.20%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=44.03%
G=18.20%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259319300.590.140.12314.5568.7562.35
HexE15DC103BEC13b453e
Octal341135301073161447310576
Binary111000011011101110000010111011111011001001110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DC1; }

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

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

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

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

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

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

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

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