#EB54C6

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

Shades of Free Speech Magenta #EB54C6

Tints of Free Speech Magenta #EB54C6

Color information

#EB54C6 (or 0xEB54C6) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 54 and C6. RGB value is (235,84,198). Sum of RGB (Red+Green+Blue) = 235+84+198=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54C6 is #14AB39. Grayscale: #8D8D8D. Windows color (decimal): -1354554 or 12997867. OLE color: 12997867.

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

Color convert

RGB23584198-
CMYK00.640.160.08
HSL314.7º79.06%62.55%-
HSV(B)314.7º64.26%92.16%-
XYZ47.6228.0856.34-
YUV142.15159.53194.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 84 (33.20% from 255) = 16.25%
BLUE value IS 198 (77.73% from 255) = 38.30%
R=45.45%
G=16.25%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358419800.640.160.08314.779.0662.55
HexEB54C604010813b4f3f
Octal3531243060100201047311777
Binary11101011101010011000110010000001000010001001110111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54C6; }

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

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

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

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

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

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

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

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