#E834F6

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

Shades of Free Speech Magenta #E834F6

Tints of Free Speech Magenta #E834F6

Color information

#E834F6 (or 0xE834F6) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 34 and F6. RGB value is (232,52,246). Sum of RGB (Red+Green+Blue) = 232+52+246=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 52 (20.70% from 255 or 9.81% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #E834F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E834F6 is #17CB09. Grayscale: #7F7F7F. Windows color (decimal): -1559306 or 16135400. OLE color: 16135400.

HSL color Cylindrical-coordinate representation of color #E834F6: hue angle of 295.67º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E834F6 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23252246-
CMYK0.060.7900.04
HSL295.67º91.51%58.43%-
HSV(B)295.67º78.86%96.47%-
XYZ51.1426.2789.56-
YUV127.94194.63202.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.77%
GREEN value IS 52 (20.70% from 255) = 9.81%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=43.77%
G=9.81%
B=46.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal232522460.060.7900.04295.6791.5158.43
HexE834F664F041285c3a
Octal3506436661170445013472
Binary1110100011010011110110110100111101001001010001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E834F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E834F6; }

 p { color: rgb(232,52,246); }

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

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

 a { background-color: rgb(232,52,246); }

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

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

 span { border-color: rgb(232,52,246); }

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