#e256c6

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

Shades of Free Speech Magenta #E256C6

Tints of Free Speech Magenta #E256C6

Color information

#E256C6 (or 0xE256C6) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 56 and C6. RGB value is (226,86,198). Sum of RGB (Red+Green+Blue) = 226+86+198=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E256C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E256C6 is #1DA939. Grayscale: #8C8C8C. Windows color (decimal): -1943866 or 12998370. OLE color: 12998370.

HSL color Cylindrical-coordinate representation of color #E256C6: hue angle of 312º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E256C6 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB22686198-
CMYK00.620.120.11
HSL312º70.71%61.18%-
HSV(B)312º61.95%88.63%-
XYZ44.8826.956.25-
YUV140.63160.38188.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.31%
GREEN value IS 86 (33.98% from 255) = 16.86%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=44.31%
G=16.86%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268619800.620.120.1131270.7161.18
HexE256C603ECB138473d
Octal342126306076141347010775
Binary111000101010110110001100111110110010111001110001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e256c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e256c6; }

 p { color: rgb(226,86,198); }

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

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

 a { background-color: rgb(226,86,198); }

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

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

 span { border-color: rgb(226,86,198); }

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