#E15EEB

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

Shades of Free Speech Magenta #E15EEB

Tints of Free Speech Magenta #E15EEB

Color information

#E15EEB (or 0xE15EEB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5E and EB. RGB value is (225,94,235). Sum of RGB (Red+Green+Blue) = 225+94+235=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 94 (37.11% from 255 or 16.97% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #E15EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15EEB is #1EA114. Grayscale: #949494. Windows color (decimal): -2007317 or 15425249. OLE color: 15425249.

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

Color convert

RGB22594235-
CMYK0.040.600.08
HSL295.74º77.9%64.51%-
HSV(B)295.74º60%92.16%-
XYZ50.0530.0181.75-
YUV149.24176.4182.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 94 (37.11% from 255) = 16.97%
BLUE value IS 235 (92.19% from 255) = 42.42%
R=40.61%
G=16.97%
B=42.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal225942350.040.600.08295.7477.964.51
HexE15EEB43C081284e41
Octal341136353474010450116101
Binary111000011011110111010111001111000100010010100010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15EEB; }

 p { color: rgb(225,94,235); }

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

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

 a { background-color: rgb(225,94,235); }

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

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

 span { border-color: rgb(225,94,235); }

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