#EB54C7

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

Shades of Free Speech Magenta #EB54C7

Tints of Free Speech Magenta #EB54C7

Color information

#EB54C7 (or 0xEB54C7) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 54 and C7. RGB value is (235,84,199). Sum of RGB (Red+Green+Blue) = 235+84+199=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54C7 is #14AB38. Grayscale: #8D8D8D. Windows color (decimal): -1354553 or 13063403. OLE color: 13063403.

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

Color convert

RGB23584199-
CMYK00.640.150.08
HSL314.3º79.06%62.55%-
HSV(B)314.3º64.26%92.16%-
XYZ47.7428.1356.95-
YUV142.26160.03194.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.37%
GREEN value IS 84 (33.20% from 255) = 16.22%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=45.37%
G=16.22%
B=38.42%

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
Decimal2358419900.640.150.08314.379.0662.55
HexEB54C7040F813a4f3f
Octal3531243070100171047211777
Binary1110101110101001100011101000000111110001001110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB54C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB54C7; }

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

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

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

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

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

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

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

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