#E151C6

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

Shades of Free Speech Magenta #E151C6

Tints of Free Speech Magenta #E151C6

Color information

#E151C6 (or 0xE151C6) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 51 and C6. RGB value is (225,81,198). Sum of RGB (Red+Green+Blue) = 225+81+198=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E151C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151C6 is #1EAE39. Grayscale: #898989. Windows color (decimal): -2010682 or 12997089. OLE color: 12997089.

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

Color convert

RGB22581198-
CMYK00.640.120.12
HSL311.25º70.59%60%-
HSV(B)311.25º64%88.24%-
XYZ44.1925.9756.11-
YUV137.39162.21190.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 81 (32.03% from 255) = 16.07%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=44.64%
G=16.07%
B=39.29%

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
Decimal2258119800.640.120.12311.2570.5960
HexE151C6040CC137473c
Octal3411213060100141446710774
Binary1110000110100011100011001000000110011001001101111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E151C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E151C6; }

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

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

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

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

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

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

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

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