#E83AF1

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

Shades of Free Speech Magenta #E83AF1

Tints of Free Speech Magenta #E83AF1

Color information

#E83AF1 (or 0xE83AF1) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 3A and F1. RGB value is (232,58,241). Sum of RGB (Red+Green+Blue) = 232+58+241=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 58 (23.05% from 255 or 10.92% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #E83AF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E83AF1 is #17C50E. Grayscale: #828282. Windows color (decimal): -1557775 or 15809256. OLE color: 15809256.

HSL color Cylindrical-coordinate representation of color #E83AF1: hue angle of 297.05º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E83AF1 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23258241-
CMYK0.040.7600.05
HSL297.05º86.73%58.63%-
HSV(B)297.05º75.93%94.51%-
XYZ50.6726.5385.67-
YUV130.89190.15200.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.69%
GREEN value IS 58 (23.05% from 255) = 10.92%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=43.69%
G=10.92%
B=45.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal232582410.040.7600.05297.0586.7358.63
HexE83AF144C05129573b
Octal3507236141140545112773
Binary1110100011101011110001100100110001011001010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E83AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E83AF1; }

 p { color: rgb(232,58,241); }

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

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

 a { background-color: rgb(232,58,241); }

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

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

 span { border-color: rgb(232,58,241); }

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