#E85DD7

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

Shades of Free Speech Magenta #E85DD7

Tints of Free Speech Magenta #E85DD7

Color information

#E85DD7 (or 0xE85DD7) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5D and D7. RGB value is (232,93,215). Sum of RGB (Red+Green+Blue) = 232+93+215=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DD7 is #17A228. Grayscale: #949494. Windows color (decimal): -1548841 or 14114280. OLE color: 14114280.

HSL color Cylindrical-coordinate representation of color #E85DD7: hue angle of 307.34º 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 #E85DD7 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB23293215-
CMYK00.600.070.09
HSL307.34º75.14%63.73%-
HSV(B)307.34º59.91%90.98%-
XYZ49.4629.8967.45-
YUV148.47165.55187.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 93 (36.72% from 255) = 17.22%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=42.96%
G=17.22%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329321500.600.070.09307.3475.1463.73
HexE85DD703C791334b40
Octal350135327074711463113100
Binary111010001011101110101110111100111100110011001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85DD7; }

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

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

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

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

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

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

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

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