#EB35F8

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

Shades of Free Speech Magenta #EB35F8

Tints of Free Speech Magenta #EB35F8

Color information

#EB35F8 (or 0xEB35F8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 35 and F8. RGB value is (235,53,248). Sum of RGB (Red+Green+Blue) = 235+53+248=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 53 (21.09% from 255 or 9.89% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #EB35F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB35F8 is #14CA07. Grayscale: #818181. Windows color (decimal): -1362440 or 16266731. OLE color: 16266731.

HSL color Cylindrical-coordinate representation of color #EB35F8: hue angle of 296º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB35F8 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23553248-
CMYK0.050.7900.03
HSL296º93.3%59.02%-
HSV(B)296º78.63%97.25%-
XYZ52.4826.9991.25-
YUV129.65194.8203.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 53 (21.09% from 255) = 9.89%
BLUE value IS 248 (97.27% from 255) = 46.27%
R=43.84%
G=9.89%
B=46.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235532480.050.7900.0329693.359.02
HexEB35F854F031285d3b
Octal3536537051170345013573
Binary111010111101011111100010110011110111001010001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB35F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB35F8; }

 p { color: rgb(235,53,248); }

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

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

 a { background-color: rgb(235,53,248); }

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

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

 span { border-color: rgb(235,53,248); }

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