#E15FD7

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

Shades of Free Speech Magenta #E15FD7

Tints of Free Speech Magenta #E15FD7

Color information

#E15FD7 (or 0xE15FD7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5F and D7. RGB value is (225,95,215). Sum of RGB (Red+Green+Blue) = 225+95+215=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FD7 is #1EA028. Grayscale: #939393. Windows color (decimal): -2007081 or 14114785. OLE color: 14114785.

HSL color Cylindrical-coordinate representation of color #E15FD7: hue angle of 304.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15FD7 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB22595215-
CMYK00.580.040.12
HSL304.62º68.42%62.75%-
HSV(B)304.62º57.78%88.24%-
XYZ47.4129.167.41-
YUV147.55166.07183.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 95 (37.5% from 255) = 17.76%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=42.06%
G=17.76%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259521500.580.040.12304.6268.4262.75
HexE15FD703A4C131443f
Octal34113732707241446110477
Binary11100001101111111010111011101010011001001100011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15FD7; }

 p { color: rgb(225,95,215); }

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

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

 a { background-color: rgb(225,95,215); }

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

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

 span { border-color: rgb(225,95,215); }

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