#eb5ed9

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

Shades of Free Speech Magenta #EB5ED9

Tints of Free Speech Magenta #EB5ED9

Color information

#EB5ED9 (or 0xEB5ED9) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5E and D9. RGB value is (235,94,217). Sum of RGB (Red+Green+Blue) = 235+94+217=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 94 (37.11% from 255 or 17.22% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ED9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ED9 is #14A126. Grayscale: #959595. Windows color (decimal): -1351975 or 14245611. OLE color: 14245611.

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

Color convert

RGB23594217-
CMYK00.60.080.08
HSL307.66º77.9%64.51%-
HSV(B)307.66º60%92.16%-
XYZ50.7930.6868.89-
YUV150.18165.71188.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 94 (37.11% from 255) = 17.22%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=43.04%
G=17.22%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359421700.60.080.08307.6677.964.51
HexEB5ED903C881344e41
Octal3531363310741010464116101
Binary1110101110111101101100101111001000100010011010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb5ed9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb5ed9; }

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

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

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

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

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

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

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

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