#EB49CC

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

Shades of Free Speech Magenta #EB49CC

Tints of Free Speech Magenta #EB49CC

Color information

#EB49CC (or 0xEB49CC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 49 and CC. RGB value is (235,73,204). Sum of RGB (Red+Green+Blue) = 235+73+204=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49CC is #14B633. Grayscale: #888888. Windows color (decimal): -1357364 or 13388267. OLE color: 13388267.

HSL color Cylindrical-coordinate representation of color #EB49CC: hue angle of 311.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB49CC is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB23573204-
CMYK00.690.130.08
HSL311.48º80.2%60.39%-
HSV(B)311.48º68.94%92.16%-
XYZ47.5426.7959.79-
YUV136.37166.17198.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.90%
GREEN value IS 73 (28.91% from 255) = 14.26%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=45.90%
G=14.26%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357320400.690.130.08311.4880.260.39
HexEB49CC045D8137503c
Octal3531113140105151046712074
Binary1110101110010011100110001000101110110001001101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49CC; }

 p { color: rgb(235,73,204); }

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

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

 a { background-color: rgb(235,73,204); }

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

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

 span { border-color: rgb(235,73,204); }

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