#E05AD7

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

Shades of Free Speech Magenta #E05AD7

Tints of Free Speech Magenta #E05AD7

Color information

#E05AD7 (or 0xE05AD7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5A and D7. RGB value is (224,90,215). Sum of RGB (Red+Green+Blue) = 224+90+215=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05AD7 is #1FA528. Grayscale: #8F8F8F. Windows color (decimal): -2073897 or 14113504. OLE color: 14113504.

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

Color convert

RGB22490215-
CMYK00.600.040.12
HSL304.03º68.37%61.57%-
HSV(B)304.03º59.82%87.84%-
XYZ46.6628.0767.25-
YUV144.32167.89184.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 90 (35.55% from 255) = 17.01%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=42.34%
G=17.01%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249021500.600.040.12304.0368.3761.57
HexE05AD703C4C130443e
Octal34013232707441446010476
Binary11100000101101011010111011110010011001001100001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05AD7; }

 p { color: rgb(224,90,215); }

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

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

 a { background-color: rgb(224,90,215); }

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

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

 span { border-color: rgb(224,90,215); }

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