#E05DDA

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

Shades of Free Speech Magenta #E05DDA

Tints of Free Speech Magenta #E05DDA

Color information

#E05DDA (or 0xE05DDA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5D and DA. RGB value is (224,93,218). Sum of RGB (Red+Green+Blue) = 224+93+218=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DDA is #1FA225. Grayscale: #929292. Windows color (decimal): -2073126 or 14310880. OLE color: 14310880.

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

Color convert

RGB22493218-
CMYK00.580.030.12
HSL302.75º67.88%62.16%-
HSV(B)302.75º58.48%87.84%-
XYZ47.3128.7469.38-
YUV146.42168.4183.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 93 (36.72% from 255) = 17.38%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=41.87%
G=17.38%
B=40.75%

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
Decimal2249321800.580.030.12302.7567.8862.16
HexE05DDA03A3C12f443e
Octal34013533207231445710476
Binary1110000010111011101101001110101111001001011111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05DDA; }

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

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

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

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

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

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

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

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