#E15DEB

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

Shades of Free Speech Magenta #E15DEB

Tints of Free Speech Magenta #E15DEB

Color information

#E15DEB (or 0xE15DEB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5D and EB. RGB value is (225,93,235). Sum of RGB (Red+Green+Blue) = 225+93+235=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #E15DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15DEB is #1EA214. Grayscale: #949494. Windows color (decimal): -2007573 or 15424993. OLE color: 15424993.

HSL color Cylindrical-coordinate representation of color #E15DEB: hue angle of 295.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15DEB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22593235-
CMYK0.040.6000.08
HSL295.77º78.02%64.31%-
HSV(B)295.77º60.43%92.16%-
XYZ49.9629.8381.72-
YUV148.66176.73182.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 93 (36.72% from 255) = 16.82%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=40.69%
G=16.82%
B=42.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal225932350.040.6000.08295.7778.0264.31
HexE15DEB43C081284e40
Octal341135353474010450116100
Binary111000011011101111010111001111000100010010100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DEB; }

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

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

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

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

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

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

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

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