#E15BEF

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

Shades of Free Speech Magenta #E15BEF

Tints of Free Speech Magenta #E15BEF

Color information

#E15BEF (or 0xE15BEF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5B and EF. RGB value is (225,91,239). Sum of RGB (Red+Green+Blue) = 225+91+239=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 91 (35.94% from 255 or 16.40% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #E15BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E15BEF is #1EA410. Grayscale: #939393. Windows color (decimal): -2008081 or 15686625. OLE color: 15686625.

HSL color Cylindrical-coordinate representation of color #E15BEF: hue angle of 294.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15BEF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22591239-
CMYK0.060.6200.06
HSL294.32º82.22%64.71%-
HSV(B)294.32º61.92%93.73%-
XYZ50.3729.7284.74-
YUV147.94179.39182.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 91 (35.94% from 255) = 16.40%
BLUE value IS 239 (93.75% from 255) = 43.06%
R=40.54%
G=16.40%
B=43.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225912390.060.6200.06294.3282.2264.71
HexE15BEF63E061265241
Octal34113335767606446122101
Binary11100001101101111101111110111110011010010011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15BEF; }

 p { color: rgb(225,91,239); }

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

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

 a { background-color: rgb(225,91,239); }

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

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

 span { border-color: rgb(225,91,239); }

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