#E05DD8

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

Shades of Free Speech Magenta #E05DD8

Tints of Free Speech Magenta #E05DD8

Color information

#E05DD8 (or 0xE05DD8) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5D and D8. RGB value is (224,93,216). Sum of RGB (Red+Green+Blue) = 224+93+216=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DD8 is #1FA227. Grayscale: #919191. Windows color (decimal): -2073128 or 14179808. OLE color: 14179808.

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

Color convert

RGB22493216-
CMYK00.580.040.12
HSL303.66º67.88%62.16%-
HSV(B)303.66º58.48%87.84%-
XYZ47.0528.6368.01-
YUV146.19167.4183.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 93 (36.72% from 255) = 17.45%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=42.03%
G=17.45%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249321600.580.040.12303.6667.8862.16
HexE05DD803A4C130443e
Octal34013533007241446010476
Binary11100000101110111011000011101010011001001100001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05DD8; }

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

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

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

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

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

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

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

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