#e05ed9

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

Shades of Free Speech Magenta #E05ED9

Tints of Free Speech Magenta #E05ED9

Color information

#E05ED9 (or 0xE05ED9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5E and D9. RGB value is (224,94,217). Sum of RGB (Red+Green+Blue) = 224+94+217=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 94 (37.11% from 255 or 17.57% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E05ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05ED9 is #1FA126. Grayscale: #929292. Windows color (decimal): -2072871 or 14245600. OLE color: 14245600.

HSL color Cylindrical-coordinate representation of color #E05ED9: hue angle of 303.23º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05ED9 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22494217-
CMYK00.580.030.12
HSL303.23º67.71%62.35%-
HSV(B)303.23º58.04%87.84%-
XYZ47.2728.8668.73-
YUV146.89167.57183-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 94 (37.11% from 255) = 17.57%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=41.87%
G=17.57%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249421700.580.030.12303.2367.7162.35
HexE05ED903A3C12f443e
Octal34013633107231445710476
Binary1110000010111101101100101110101111001001011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05ed9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05ed9; }

 p { color: rgb(224,94,217); }

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

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

 a { background-color: rgb(224,94,217); }

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

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

 span { border-color: rgb(224,94,217); }

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