#EB59CD

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

Shades of Free Speech Magenta #EB59CD

Tints of Free Speech Magenta #EB59CD

Color information

#EB59CD (or 0xEB59CD) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 59 and CD. RGB value is (235,89,205). Sum of RGB (Red+Green+Blue) = 235+89+205=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 89 (35.16% from 255 or 16.82% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB59CD is #14A632. Grayscale: #919191. Windows color (decimal): -1353267 or 13457899. OLE color: 13457899.

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

Color convert

RGB23589205-
CMYK00.620.130.08
HSL312.33º78.49%63.53%-
HSV(B)312.33º62.13%92.16%-
XYZ48.8529.2160.82-
YUV145.88161.37191.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 89 (35.16% from 255) = 16.82%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=44.42%
G=16.82%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358920500.620.130.08312.3378.4963.53
HexEB59CD03ED81384e40
Octal3531313150761510470116100
Binary1110101110110011100110101111101101100010011100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB59CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB59CD; }

 p { color: rgb(235,89,205); }

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

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

 a { background-color: rgb(235,89,205); }

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

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

 span { border-color: rgb(235,89,205); }

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