#E255E4

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

Shades of Free Speech Magenta #E255E4

Tints of Free Speech Magenta #E255E4

Color information

#E255E4 (or 0xE255E4) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 55 and E4. RGB value is (226,85,228). Sum of RGB (Red+Green+Blue) = 226+85+228=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #E255E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255E4 is #1DAA1B. Grayscale: #8F8F8F. Windows color (decimal): -1944092 or 14964194. OLE color: 14964194.

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

Color convert

RGB22685228-
CMYK0.010.6300.11
HSL299.16º72.59%61.37%-
HSV(B)299.16º62.72%89.41%-
XYZ48.6228.2776.29-
YUV143.46175.71186.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 85 (33.59% from 255) = 15.77%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=41.93%
G=15.77%
B=42.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226852280.010.6300.11299.1672.5961.37
HexE255E413F0B12b493d
Octal34212534417701345311175
Binary111000101010101111001001111111010111001010111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E255E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E255E4; }

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

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

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

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

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

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

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

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