#E15FC0

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

Shades of Free Speech Magenta #E15FC0

Tints of Free Speech Magenta #E15FC0

Color information

#E15FC0 (or 0xE15FC0) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5F and C0. RGB value is (225,95,192). Sum of RGB (Red+Green+Blue) = 225+95+192=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E15FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15FC0 is #1EA03F. Grayscale: #909090. Windows color (decimal): -2007104 or 12607457. OLE color: 12607457.

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

Color convert

RGB22595192-
CMYK00.580.150.12
HSL315.23º68.42%62.75%-
HSV(B)315.23º57.78%88.24%-
XYZ44.662852.92-
YUV144.93154.57185.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 192 (75.39% from 255) = 37.5%
R=43.95%
G=18.55%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259519200.580.150.12315.2368.4262.75
HexE15FC003AFC13b443f
Octal341137300072171447310477
Binary111000011011111110000000111010111111001001110111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15FC0; }

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

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

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

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

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

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

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

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