#E85DEA

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

Shades of Free Speech Magenta #E85DEA

Tints of Free Speech Magenta #E85DEA

Color information

#E85DEA (or 0xE85DEA) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5D and EA. RGB value is (232,93,234). Sum of RGB (Red+Green+Blue) = 232+93+234=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 93 (36.72% from 255 or 16.64% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #E85DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85DEA is #17A215. Grayscale: #969696. Windows color (decimal): -1548822 or 15359464. OLE color: 15359464.

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

Color convert

RGB23293234-
CMYK0.010.6000.08
HSL299.15º77.05%64.12%-
HSV(B)299.15º60.26%91.76%-
XYZ52.0430.9381.07-
YUV150.64175.05186.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 93 (36.72% from 255) = 16.64%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=41.50%
G=16.64%
B=41.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232932340.010.6000.08299.1577.0564.12
HexE85DEA13C0812b4d40
Octal350135352174010453115100
Binary1110100010111011110101011111000100010010101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85DEA; }

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

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

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

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

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

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

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

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