#E05DD9

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

Shades of Free Speech Magenta #E05DD9

Tints of Free Speech Magenta #E05DD9

Color information

#E05DD9 (or 0xE05DD9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5D and D9. RGB value is (224,93,217). Sum of RGB (Red+Green+Blue) = 224+93+217=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DD9 is #1FA226. Grayscale: #919191. Windows color (decimal): -2073127 or 14245344. OLE color: 14245344.

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

Color convert

RGB22493217-
CMYK00.580.030.12
HSL303.21º67.88%62.16%-
HSV(B)303.21º58.48%87.84%-
XYZ47.1828.6968.7-
YUV146.3167.9183.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=41.95%
G=17.42%
B=40.64%

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
Decimal2249321700.580.030.12303.2167.8862.16
HexE05DD903A3C12f443e
Octal34013533107231445710476
Binary1110000010111011101100101110101111001001011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05DD9; }

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

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

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

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

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

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

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

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