#E15ADD

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

Shades of Free Speech Magenta #E15ADD

Tints of Free Speech Magenta #E15ADD

Color information

#E15ADD (or 0xE15ADD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 5A and DD. RGB value is (225,90,221). Sum of RGB (Red+Green+Blue) = 225+90+221=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 90 (35.55% from 255 or 16.79% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E15ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15ADD is #1EA522. Grayscale: #909090. Windows color (decimal): -2008355 or 14506721. OLE color: 14506721.

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

Color convert

RGB22590221-
CMYK00.600.020.12
HSL301.78º69.23%61.76%-
HSV(B)301.78º60%88.24%-
XYZ47.7628.5471.4-
YUV145.3170.73184.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 90 (35.55% from 255) = 16.79%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=41.98%
G=16.79%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259022100.600.020.12301.7869.2361.76
HexE15ADD03C2C12e453e
Octal34113233507421445610576
Binary1110000110110101101110101111001011001001011101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15ADD; }

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

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

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

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

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

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

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

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