#EA46F1

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

Shades of Free Speech Magenta #EA46F1

Tints of Free Speech Magenta #EA46F1

Color information

#EA46F1 (or 0xEA46F1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 46 and F1. RGB value is (234,70,241). Sum of RGB (Red+Green+Blue) = 234+70+241=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 70 (27.73% from 255 or 12.84% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA46F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA46F1 is #15B90E. Grayscale: #8A8A8A. Windows color (decimal): -1423631 or 15812330. OLE color: 15812330.

HSL color Cylindrical-coordinate representation of color #EA46F1: hue angle of 297.54º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA46F1 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23470241-
CMYK0.030.7100.05
HSL297.54º85.93%60.98%-
HSV(B)297.54º70.95%94.51%-
XYZ5228.2285.93-
YUV138.53185.83196.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 70 (27.73% from 255) = 12.84%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=42.94%
G=12.84%
B=44.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234702410.030.7100.05297.5485.9360.98
HexEA46F13470512a563d
Octal35210636131070545212675
Binary1110101010001101111000111100011101011001010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA46F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA46F1; }

 p { color: rgb(234,70,241); }

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

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

 a { background-color: rgb(234,70,241); }

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

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

 span { border-color: rgb(234,70,241); }

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