#E850E0

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

Shades of Free Speech Magenta #E850E0

Tints of Free Speech Magenta #E850E0

Color information

#E850E0 (or 0xE850E0) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 50 and E0. RGB value is (232,80,224). Sum of RGB (Red+Green+Blue) = 232+80+224=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E850E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E850E0 is #17AF1F. Grayscale: #8D8D8D. Windows color (decimal): -1552160 or 14700776. OLE color: 14700776.

HSL color Cylindrical-coordinate representation of color #E850E0: hue angle of 303.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E850E0 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB23280224-
CMYK00.660.030.09
HSL303.16º76.77%61.18%-
HSV(B)303.16º65.52%90.98%-
XYZ49.628.2773.36-
YUV141.86174.36192.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.28%
GREEN value IS 80 (31.64% from 255) = 14.93%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=43.28%
G=14.93%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2328022400.660.030.09303.1676.7761.18
HexE850E00423912f4d3d
Octal350120340010231145711575
Binary11101000101000011100000010000101110011001011111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E850E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E850E0; }

 p { color: rgb(232,80,224); }

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

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

 a { background-color: rgb(232,80,224); }

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

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

 span { border-color: rgb(232,80,224); }

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