#EA47E6

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

Shades of Free Speech Magenta #EA47E6

Tints of Free Speech Magenta #EA47E6

Color information

#EA47E6 (or 0xEA47E6) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 47 and E6. RGB value is (234,71,230). Sum of RGB (Red+Green+Blue) = 234+71+230=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 71 (28.12% from 255 or 13.27% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA47E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA47E6 is #15B819. Grayscale: #898989. Windows color (decimal): -1423386 or 15091690. OLE color: 15091690.

HSL color Cylindrical-coordinate representation of color #EA47E6: hue angle of 301.47º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA47E6 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB23471230-
CMYK00.700.020.08
HSL301.47º79.51%59.8%-
HSV(B)301.47º69.66%91.76%-
XYZ50.4727.7177.55-
YUV137.86180196.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 71 (28.12% from 255) = 13.27%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=43.74%
G=13.27%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347123000.700.020.08301.4779.5159.8
HexEA47E60462812d503c
Octal352107346010621045512074
Binary11101010100011111100110010001101010001001011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA47E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA47E6; }

 p { color: rgb(234,71,230); }

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

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

 a { background-color: rgb(234,71,230); }

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

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

 span { border-color: rgb(234,71,230); }

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