#E255ED

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

Shades of Free Speech Magenta #E255ED

Tints of Free Speech Magenta #E255ED

Color information

#E255ED (or 0xE255ED) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 55 and ED. RGB value is (226,85,237). Sum of RGB (Red+Green+Blue) = 226+85+237=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #E255ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E255ED is #1DAA12. Grayscale: #909090. Windows color (decimal): -1944083 or 15554018. OLE color: 15554018.

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

Color convert

RGB22685237-
CMYK0.050.6400.07
HSL295.66º80.85%63.14%-
HSV(B)295.66º64.14%92.94%-
XYZ49.928.7883.05-
YUV144.49180.21186.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.24%
GREEN value IS 85 (33.59% from 255) = 15.51%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=41.24%
G=15.51%
B=43.25%

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
Decimal226852370.050.6400.07295.6680.8563.14
HexE255ED54007128513f
Octal34212535551000745012177
Binary11100010101010111101101101100000001111001010001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E255ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E255ED; }

 p { color: rgb(226,85,237); }

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

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

 a { background-color: rgb(226,85,237); }

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

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

 span { border-color: rgb(226,85,237); }

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