#EB63EC

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

Shades of Free Speech Magenta #EB63EC

Tints of Free Speech Magenta #EB63EC

Color information

#EB63EC (or 0xEB63EC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 63 and EC. RGB value is (235,99,236). Sum of RGB (Red+Green+Blue) = 235+99+236=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB63EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB63EC is #149C13. Grayscale: #9A9A9A. Windows color (decimal): -1350676 or 15492075. OLE color: 15492075.

HSL color Cylindrical-coordinate representation of color #EB63EC: hue angle of 299.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB63EC is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23599236-
CMYK0.000.5800.07
HSL299.56º78.29%65.69%-
HSV(B)299.56º58.05%92.55%-
XYZ53.8632.6482.82-
YUV155.28173.56184.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 99 (39.06% from 255) = 17.37%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=41.23%
G=17.37%
B=41.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235992360.000.5800.07299.5678.2965.69
HexEB63EC03A0712c4e42
Octal35314335407207454116102
Binary111010111100011111011000111010011110010110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB63EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB63EC; }

 p { color: rgb(235,99,236); }

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

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

 a { background-color: rgb(235,99,236); }

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

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

 span { border-color: rgb(235,99,236); }

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