#EB33F5

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

Shades of Free Speech Magenta #EB33F5

Tints of Free Speech Magenta #EB33F5

Color information

#EB33F5 (or 0xEB33F5) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 33 and F5. RGB value is (235,51,245). Sum of RGB (Red+Green+Blue) = 235+51+245=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 51 (20.31% from 255 or 9.60% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB33F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB33F5 is #14CC0A. Grayscale: #7F7F7F. Windows color (decimal): -1362955 or 16069611. OLE color: 16069611.

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

Color convert

RGB23551245-
CMYK0.040.7900.04
HSL296.91º90.65%58.04%-
HSV(B)296.91º79.18%96.08%-
XYZ51.9326.6288.79-
YUV128.13193.96204.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 51 (20.31% from 255) = 9.60%
BLUE value IS 245 (96.09% from 255) = 46.14%
R=44.26%
G=9.60%
B=46.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235512450.040.7900.04296.9190.6558.04
HexEB33F544F041295b3a
Octal3536336541170445113372
Binary1110101111001111110101100100111101001001010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB33F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB33F5; }

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

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

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

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

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

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

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

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