#E85EC2

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

Shades of Free Speech Magenta #E85EC2

Tints of Free Speech Magenta #E85EC2

Color information

#E85EC2 (or 0xE85EC2) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5E and C2. RGB value is (232,94,194). Sum of RGB (Red+Green+Blue) = 232+94+194=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EC2 is #17A13D. Grayscale: #929292. Windows color (decimal): -1548606 or 12738280. OLE color: 12738280.

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

Color convert

RGB23294194-
CMYK00.590.160.09
HSL316.52º75%63.92%-
HSV(B)316.52º59.48%90.98%-
XYZ47.0229.0654.17-
YUV146.66154.72188.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.62%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 194 (76.17% from 255) = 37.31%
R=44.62%
G=18.08%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329419400.590.160.09316.527563.92
HexE85EC203B10913d4b40
Octal3501363020732011475113100
Binary11101000101111011000010011101110000100110011110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85EC2; }

 p { color: rgb(232,94,194); }

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

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

 a { background-color: rgb(232,94,194); }

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

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

 span { border-color: rgb(232,94,194); }

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