#E154E9

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

Shades of Free Speech Magenta #E154E9

Tints of Free Speech Magenta #E154E9

Color information

#E154E9 (or 0xE154E9) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 54 and E9. RGB value is (225,84,233). Sum of RGB (Red+Green+Blue) = 225+84+233=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 84 (33.20% from 255 or 15.50% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #E154E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E154E9 is #1EAB16. Grayscale: #8E8E8E. Windows color (decimal): -2009879 or 15291617. OLE color: 15291617.

HSL color Cylindrical-coordinate representation of color #E154E9: hue angle of 296.78º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E154E9 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22584233-
CMYK0.030.6400.09
HSL296.78º77.2%62.16%-
HSV(B)296.78º63.95%91.37%-
XYZ48.9328.2379.96-
YUV143.15178.71186.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 84 (33.20% from 255) = 15.50%
BLUE value IS 233 (91.41% from 255) = 42.99%
R=41.51%
G=15.50%
B=42.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal225842330.030.6400.09296.7877.262.16
HexE154E9340091294d3e
Octal341124351310001145111576
Binary11100001101010011101001111000000010011001010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154E9; }

 p { color: rgb(225,84,233); }

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

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

 a { background-color: rgb(225,84,233); }

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

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

 span { border-color: rgb(225,84,233); }

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