#E15DCB

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

Shades of Free Speech Magenta #E15DCB

Tints of Free Speech Magenta #E15DCB

Color information

#E15DCB (or 0xE15DCB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and CB. RGB value is (225,93,203). Sum of RGB (Red+Green+Blue) = 225+93+203=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DCB is #1EA234. Grayscale: #909090. Windows color (decimal): -2007605 or 13327841. OLE color: 13327841.

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

Color convert

RGB22593203-
CMYK00.590.100.12
HSL310º68.75%62.35%-
HSV(B)310º58.67%88.24%-
XYZ45.7528.1559.52-
YUV145.01160.73185.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 93 (36.72% from 255) = 17.85%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=43.19%
G=17.85%
B=38.96%

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
Decimal2259320300.590.100.1231068.7562.35
HexE15DCB03BAC136453e
Octal341135313073121446610576
Binary111000011011101110010110111011101011001001101101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DCB; }

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

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

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

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

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

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

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

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