#E15CEA

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

Shades of Free Speech Magenta #E15CEA

Tints of Free Speech Magenta #E15CEA

Color information

#E15CEA (or 0xE15CEA) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5C and EA. RGB value is (225,92,234). Sum of RGB (Red+Green+Blue) = 225+92+234=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #E15CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15CEA is #1EA315. Grayscale: #939393. Windows color (decimal): -2007830 or 15359201. OLE color: 15359201.

HSL color Cylindrical-coordinate representation of color #E15CEA: hue angle of 296.2º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15CEA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22592234-
CMYK0.040.6100.08
HSL296.2º77.17%63.92%-
HSV(B)296.2º60.68%91.76%-
XYZ49.7329.680.93-
YUV147.95176.56182.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 92 (36.33% from 255) = 16.70%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=40.83%
G=16.70%
B=42.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal225922340.040.6100.08296.277.1763.92
HexE15CEA43D081284d40
Octal341134352475010450115100
Binary111000011011100111010101001111010100010010100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15CEA; }

 p { color: rgb(225,92,234); }

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

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

 a { background-color: rgb(225,92,234); }

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

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

 span { border-color: rgb(225,92,234); }

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