#E15FC9

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

Shades of Free Speech Magenta #E15FC9

Tints of Free Speech Magenta #E15FC9

Color information

#E15FC9 (or 0xE15FC9) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5F and C9. RGB value is (225,95,201). Sum of RGB (Red+Green+Blue) = 225+95+201=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FC9 is #1EA036. Grayscale: #919191. Windows color (decimal): -2007095 or 13197281. OLE color: 13197281.

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

Color convert

RGB22595201-
CMYK00.580.110.12
HSL311.08º68.42%62.75%-
HSV(B)311.08º57.78%88.24%-
XYZ45.6928.4158.33-
YUV145.95159.07184.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 95 (37.5% from 255) = 18.23%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=43.19%
G=18.23%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259520100.580.110.12311.0868.4262.75
HexE15FC903ABC137443f
Octal341137311072131446710477
Binary111000011011111110010010111010101111001001101111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15FC9; }

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

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

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

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

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

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

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

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