#e15bc4

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

Shades of Free Speech Magenta #E15BC4

Tints of Free Speech Magenta #E15BC4

Color information

#E15BC4 (or 0xE15BC4) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5B and C4. RGB value is (225,91,196). Sum of RGB (Red+Green+Blue) = 225+91+196=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E15BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15BC4 is #1EA43B. Grayscale: #8E8E8E. Windows color (decimal): -2008124 or 12868577. OLE color: 12868577.

HSL color Cylindrical-coordinate representation of color #E15BC4: hue angle of 312.99º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15BC4 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB22591196-
CMYK00.600.130.12
HSL312.99º69.07%61.96%-
HSV(B)312.99º59.56%88.24%-
XYZ44.7627.4855.17-
YUV143.04157.89186.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.95%
GREEN value IS 91 (35.94% from 255) = 17.77%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=43.95%
G=17.77%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259119600.600.130.12312.9969.0761.96
HexE15BC403CDC139453e
Octal341133304074151447110576
Binary111000011011011110001000111100110111001001110011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e15bc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e15bc4; }

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

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

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

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

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

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

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

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