#EB50D8

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

Shades of Free Speech Magenta #EB50D8

Tints of Free Speech Magenta #EB50D8

Color information

#EB50D8 (or 0xEB50D8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 50 and D8. RGB value is (235,80,216). Sum of RGB (Red+Green+Blue) = 235+80+216=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50D8 is #14AF27. Grayscale: #8D8D8D. Windows color (decimal): -1355560 or 14176491. OLE color: 14176491.

HSL color Cylindrical-coordinate representation of color #EB50D8: hue angle of 307.35º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB50D8 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB23580216-
CMYK00.660.080.08
HSL307.35º79.49%61.76%-
HSV(B)307.35º65.96%92.16%-
XYZ49.5228.3667.83-
YUV141.85169.85194.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 80 (31.64% from 255) = 15.07%
BLUE value IS 216 (84.77% from 255) = 40.68%
R=44.26%
G=15.07%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358021600.660.080.08307.3579.4961.76
HexEB50D8042881334f3e
Octal3531203300102101046311776
Binary1110101110100001101100001000010100010001001100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB50D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB50D8; }

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

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

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

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

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

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

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

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