#E85DD6

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

Shades of Free Speech Magenta #E85DD6

Tints of Free Speech Magenta #E85DD6

Color information

#E85DD6 (or 0xE85DD6) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5D and D6. RGB value is (232,93,214). Sum of RGB (Red+Green+Blue) = 232+93+214=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DD6 is #17A229. Grayscale: #949494. Windows color (decimal): -1548842 or 14048744. OLE color: 14048744.

HSL color Cylindrical-coordinate representation of color #E85DD6: hue angle of 307.77º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DD6 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB23293214-
CMYK00.600.080.09
HSL307.77º75.14%63.73%-
HSV(B)307.77º59.91%90.98%-
XYZ49.3329.8466.78-
YUV148.35165.05187.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.04%
GREEN value IS 93 (36.72% from 255) = 17.25%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=43.04%
G=17.25%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329321400.600.080.09307.7775.1463.73
HexE85DD603C891344b40
Octal3501353260741011464113100
Binary1110100010111011101011001111001000100110011010010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85DD6; }

 p { color: rgb(232,93,214); }

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

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

 a { background-color: rgb(232,93,214); }

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

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

 span { border-color: rgb(232,93,214); }

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