#EB53C6

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

Shades of Free Speech Magenta #EB53C6

Tints of Free Speech Magenta #EB53C6

Color information

#EB53C6 (or 0xEB53C6) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 53 and C6. RGB value is (235,83,198). Sum of RGB (Red+Green+Blue) = 235+83+198=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB53C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB53C6 is #14AC39. Grayscale: #8D8D8D. Windows color (decimal): -1354810 or 12997611. OLE color: 12997611.

HSL color Cylindrical-coordinate representation of color #EB53C6: hue angle of 314.61º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB53C6 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB23583198-
CMYK00.650.160.08
HSL314.61º79.17%62.35%-
HSV(B)314.61º64.68%92.16%-
XYZ47.5527.9356.31-
YUV141.56159.86194.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.54%
GREEN value IS 83 (32.81% from 255) = 16.09%
BLUE value IS 198 (77.73% from 255) = 38.37%
R=45.54%
G=16.09%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358319800.650.160.08314.6179.1762.35
HexEB53C604110813b4f3e
Octal3531233060101201047311776
Binary11101011101001111000110010000011000010001001110111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB53C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB53C6; }

 p { color: rgb(235,83,198); }

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

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

 a { background-color: rgb(235,83,198); }

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

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

 span { border-color: rgb(235,83,198); }

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