#E256EE

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

Shades of Free Speech Magenta #E256EE

Tints of Free Speech Magenta #E256EE

Color information

#E256EE (or 0xE256EE) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 56 and EE. RGB value is (226,86,238). Sum of RGB (Red+Green+Blue) = 226+86+238=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 86 (33.98% from 255 or 15.64% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #E256EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E256EE is #1DA911. Grayscale: #909090. Windows color (decimal): -1943826 or 15619810. OLE color: 15619810.

HSL color Cylindrical-coordinate representation of color #E256EE: hue angle of 295.26º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E256EE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22686238-
CMYK0.050.6400.07
HSL295.26º81.72%63.53%-
HSV(B)295.26º63.87%93.33%-
XYZ50.122983.84-
YUV145.19180.38185.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 86 (33.98% from 255) = 15.64%
BLUE value IS 238 (93.36% from 255) = 43.27%
R=41.09%
G=15.64%
B=43.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226862380.050.6400.07295.2681.7263.53
HexE256EE540071275240
Octal342126356510007447122100
Binary111000101010110111011101011000000011110010011110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E256EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E256EE; }

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

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

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

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

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

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

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

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