#EB46D8

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

Shades of Free Speech Magenta #EB46D8

Tints of Free Speech Magenta #EB46D8

Color information

#EB46D8 (or 0xEB46D8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 46 and D8. RGB value is (235,70,216). Sum of RGB (Red+Green+Blue) = 235+70+216=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB46D8 is #14B927. Grayscale: #878787. Windows color (decimal): -1358120 or 14173931. OLE color: 14173931.

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

Color convert

RGB23570216-
CMYK00.700.080.08
HSL306.91º80.49%59.8%-
HSV(B)306.91º70.21%92.16%-
XYZ48.852767.6-
YUV135.98173.16198.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 70 (27.73% from 255) = 13.44%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=45.11%
G=13.44%
B=41.46%

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
Decimal2357021600.700.080.08306.9180.4959.8
HexEB46D804688133503c
Octal3531063300106101046312074
Binary1110101110001101101100001000110100010001001100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB46D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB46D8; }

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

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

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

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

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

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

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

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