#E15ABC

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

Shades of Free Speech Magenta #E15ABC

Tints of Free Speech Magenta #E15ABC

Color information

#E15ABC (or 0xE15ABC) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5A and BC. RGB value is (225,90,188). Sum of RGB (Red+Green+Blue) = 225+90+188=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ABC is #1EA543. Grayscale: #8D8D8D. Windows color (decimal): -2008388 or 12344033. OLE color: 12344033.

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

Color convert

RGB22590188-
CMYK00.600.160.12
HSL316.44º69.23%61.76%-
HSV(B)316.44º60%88.24%-
XYZ43.7826.9550.47-
YUV141.54154.23187.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 90 (35.55% from 255) = 17.89%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=44.73%
G=17.89%
B=37.38%

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
Decimal2259018800.600.160.12316.4469.2361.76
HexE15ABC03C10C13c453e
Octal341132274074201447410576
Binary1110000110110101011110001111001000011001001111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15ABC; }

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

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

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

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

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

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

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

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