#EB54C8

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

Shades of Free Speech Magenta #EB54C8

Tints of Free Speech Magenta #EB54C8

Color information

#EB54C8 (or 0xEB54C8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 54 and C8. RGB value is (235,84,200). Sum of RGB (Red+Green+Blue) = 235+84+200=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54C8 is #14AB37. Grayscale: #8E8E8E. Windows color (decimal): -1354552 or 13128939. OLE color: 13128939.

HSL color Cylindrical-coordinate representation of color #EB54C8: hue angle of 313.91º 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 #EB54C8 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23584200-
CMYK00.640.150.08
HSL313.91º79.06%62.55%-
HSV(B)313.91º64.26%92.16%-
XYZ47.8628.1757.56-
YUV142.37160.53194.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 84 (33.20% from 255) = 16.18%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=45.28%
G=16.18%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358420000.640.150.08313.9179.0662.55
HexEB54C8040F813a4f3f
Octal3531243100100171047211777
Binary1110101110101001100100001000000111110001001110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54C8; }

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

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

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

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

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

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

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

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