#EB46D9

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

Shades of Free Speech Magenta #EB46D9

Tints of Free Speech Magenta #EB46D9

Color information

#EB46D9 (or 0xEB46D9) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 46 and D9. RGB value is (235,70,217). Sum of RGB (Red+Green+Blue) = 235+70+217=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB46D9 is #14B926. Grayscale: #878787. Windows color (decimal): -1358119 or 14239467. OLE color: 14239467.

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

Color convert

RGB23570217-
CMYK00.700.080.08
HSL306.55º80.49%59.8%-
HSV(B)306.55º70.21%92.16%-
XYZ48.9827.0568.29-
YUV136.09173.66198.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 70 (27.73% from 255) = 13.41%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=45.02%
G=13.41%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357021700.700.080.08306.5580.4959.8
HexEB46D904688133503c
Octal3531063310106101046312074
Binary1110101110001101101100101000110100010001001100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB46D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB46D9; }

 p { color: rgb(235,70,217); }

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

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

 a { background-color: rgb(235,70,217); }

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

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

 span { border-color: rgb(235,70,217); }

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