#EB5AD8

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

Shades of Free Speech Magenta #EB5AD8

Tints of Free Speech Magenta #EB5AD8

Color information

#EB5AD8 (or 0xEB5AD8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5A and D8. RGB value is (235,90,216). Sum of RGB (Red+Green+Blue) = 235+90+216=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5AD8 is #14A527. Grayscale: #939393. Windows color (decimal): -1353000 or 14179051. OLE color: 14179051.

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

Color convert

RGB23590216-
CMYK00.620.080.08
HSL307.86º78.38%63.73%-
HSV(B)307.86º61.7%92.16%-
XYZ50.3129.9368.09-
YUV147.72166.54190.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.44%
GREEN value IS 90 (35.55% from 255) = 16.64%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=43.44%
G=16.64%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359021600.620.080.08307.8678.3863.73
HexEB5AD803E881344e40
Octal3531323300761010464116100
Binary1110101110110101101100001111101000100010011010010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AD8; }

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

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

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

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

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

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

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

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