#E15DBE

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

Shades of Free Speech Magenta #E15DBE

Tints of Free Speech Magenta #E15DBE

Color information

#E15DBE (or 0xE15DBE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and BE. RGB value is (225,93,190). Sum of RGB (Red+Green+Blue) = 225+93+190=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DBE is #1EA241. Grayscale: #8F8F8F. Windows color (decimal): -2007618 or 12475873. OLE color: 12475873.

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

Color convert

RGB22593190-
CMYK00.590.160.12
HSL315.91º68.75%62.35%-
HSV(B)315.91º58.67%88.24%-
XYZ44.2627.5551.7-
YUV143.53154.23186.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 93 (36.72% from 255) = 18.31%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=44.29%
G=18.31%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259319000.590.160.12315.9168.7562.35
HexE15DBE03B10C13c453e
Octal341135276073201447410576
Binary1110000110111011011111001110111000011001001111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DBE; }

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

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

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

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

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

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

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

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