#EB49D7

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

Shades of Free Speech Magenta #EB49D7

Tints of Free Speech Magenta #EB49D7

Color information

#EB49D7 (or 0xEB49D7) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 49 and D7. RGB value is (235,73,215). Sum of RGB (Red+Green+Blue) = 235+73+215=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49D7 is #14B628. Grayscale: #898989. Windows color (decimal): -1357353 or 14109163. OLE color: 14109163.

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

Color convert

RGB23573215-
CMYK00.690.090.08
HSL307.41º80.2%60.39%-
HSV(B)307.41º68.94%92.16%-
XYZ48.9127.3366.99-
YUV137.63171.67197.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 73 (28.91% from 255) = 13.96%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=44.93%
G=13.96%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357321500.690.090.08307.4180.260.39
HexEB49D704598133503c
Octal3531113270105111046312074
Binary1110101110010011101011101000101100110001001100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB49D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB49D7; }

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

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

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

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

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

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

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

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