#EB54C0

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

Shades of Free Speech Magenta #EB54C0

Tints of Free Speech Magenta #EB54C0

Color information

#EB54C0 (or 0xEB54C0) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 54 and C0. RGB value is (235,84,192). Sum of RGB (Red+Green+Blue) = 235+84+192=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54C0 is #14AB3F. Grayscale: #8D8D8D. Windows color (decimal): -1354560 or 12604651. OLE color: 12604651.

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

Color convert

RGB23584192-
CMYK00.640.180.08
HSL317.09º79.06%62.55%-
HSV(B)317.09º64.26%92.16%-
XYZ46.9527.8152.76-
YUV141.46156.53194.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 84 (33.20% from 255) = 16.44%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=45.99%
G=16.44%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358419200.640.180.08317.0979.0662.55
HexEB54C004012813d4f3f
Octal3531243000100221047511777
Binary11101011101010011000000010000001001010001001111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54C0; }

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

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

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

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

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

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

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

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