#EB36F5

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

Shades of Free Speech Magenta #EB36F5

Tints of Free Speech Magenta #EB36F5

Color information

#EB36F5 (or 0xEB36F5) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 36 and F5. RGB value is (235,54,245). Sum of RGB (Red+Green+Blue) = 235+54+245=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 54 (21.48% from 255 or 10.11% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB36F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB36F5 is #14C90A. Grayscale: #818181. Windows color (decimal): -1362187 or 16070379. OLE color: 16070379.

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

Color convert

RGB23554245-
CMYK0.040.7800.04
HSL296.86º90.52%58.63%-
HSV(B)296.86º77.96%96.08%-
XYZ52.0626.8988.83-
YUV129.89192.97202.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.01%
GREEN value IS 54 (21.48% from 255) = 10.11%
BLUE value IS 245 (96.09% from 255) = 45.88%
R=44.01%
G=10.11%
B=45.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235542450.040.7800.04296.8690.5258.63
HexEB36F544E041295b3b
Octal3536636541160445113373
Binary1110101111011011110101100100111001001001010011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB36F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB36F5; }

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

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

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

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

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

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

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

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