#E15ABD

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

Shades of Free Speech Magenta #E15ABD

Tints of Free Speech Magenta #E15ABD

Color information

#E15ABD (or 0xE15ABD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5A and BD. RGB value is (225,90,189). Sum of RGB (Red+Green+Blue) = 225+90+189=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ABD is #1EA542. Grayscale: #8D8D8D. Windows color (decimal): -2008387 or 12409569. OLE color: 12409569.

HSL color Cylindrical-coordinate representation of color #E15ABD: hue angle of 316º 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 #E15ABD is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB22590189-
CMYK00.600.160.12
HSL316º69.23%61.76%-
HSV(B)316º60%88.24%-
XYZ43.8926.9951.04-
YUV141.65154.73187.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 90 (35.55% from 255) = 17.86%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=44.64%
G=17.86%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259018900.600.160.1231669.2361.76
HexE15ABD03C10C13c453e
Octal341132275074201447410576
Binary1110000110110101011110101111001000011001001111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15ABD; }

 p { color: rgb(225,90,189); }

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

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

 a { background-color: rgb(225,90,189); }

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

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

 span { border-color: rgb(225,90,189); }

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