#E151C7

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

Shades of Free Speech Magenta #E151C7

Tints of Free Speech Magenta #E151C7

Color information

#E151C7 (or 0xE151C7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 51 and C7. RGB value is (225,81,199). Sum of RGB (Red+Green+Blue) = 225+81+199=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E151C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151C7 is #1EAE38. Grayscale: #898989. Windows color (decimal): -2010681 or 13062625. OLE color: 13062625.

HSL color Cylindrical-coordinate representation of color #E151C7: hue angle of 310.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E151C7 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB22581199-
CMYK00.640.120.12
HSL310.83º70.59%60%-
HSV(B)310.83º64%88.24%-
XYZ44.326.0256.72-
YUV137.51162.71190.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 81 (32.03% from 255) = 16.04%
BLUE value IS 199 (78.12% from 255) = 39.41%
R=44.55%
G=16.04%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258119900.640.120.12310.8370.5960
HexE151C7040CC137473c
Octal3411213070100141446710774
Binary1110000110100011100011101000000110011001001101111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E151C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E151C7; }

 p { color: rgb(225,81,199); }

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

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

 a { background-color: rgb(225,81,199); }

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

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

 span { border-color: rgb(225,81,199); }

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