#EB47F5

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

Shades of Free Speech Magenta #EB47F5

Tints of Free Speech Magenta #EB47F5

Color information

#EB47F5 (or 0xEB47F5) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 47 and F5. RGB value is (235,71,245). Sum of RGB (Red+Green+Blue) = 235+71+245=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 71 (28.12% from 255 or 12.89% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB47F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB47F5 is #14B80A. Grayscale: #8B8B8B. Windows color (decimal): -1357835 or 16074731. OLE color: 16074731.

HSL color Cylindrical-coordinate representation of color #EB47F5: hue angle of 296.55º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB47F5 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23571245-
CMYK0.040.7100.04
HSL296.55º89.69%61.96%-
HSV(B)296.55º71.02%96.08%-
XYZ5328.7689.14-
YUV139.87187.33195.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 71 (28.12% from 255) = 12.89%
BLUE value IS 245 (96.09% from 255) = 44.46%
R=42.65%
G=12.89%
B=44.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235712450.040.7100.04296.5589.6961.96
HexEB47F5447041295a3e
Octal35310736541070445113276
Binary11101011100011111110101100100011101001001010011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB47F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB47F5; }

 p { color: rgb(235,71,245); }

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

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

 a { background-color: rgb(235,71,245); }

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

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

 span { border-color: rgb(235,71,245); }

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