#EB5ACC

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

Shades of Free Speech Magenta #EB5ACC

Tints of Free Speech Magenta #EB5ACC

Color information

#EB5ACC (or 0xEB5ACC) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5A and CC. RGB value is (235,90,204). Sum of RGB (Red+Green+Blue) = 235+90+204=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ACC is #14A533. Grayscale: #929292. Windows color (decimal): -1353012 or 13392619. OLE color: 13392619.

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

Color convert

RGB23590204-
CMYK00.620.130.08
HSL312.83º78.38%63.73%-
HSV(B)312.83º61.7%92.16%-
XYZ48.8229.3360.22-
YUV146.35160.54191.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 90 (35.55% from 255) = 17.01%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=44.42%
G=17.01%
B=38.56%

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
Decimal2359020400.620.130.08312.8378.3863.73
HexEB5ACC03ED81394e40
Octal3531323140761510471116100
Binary1110101110110101100110001111101101100010011100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5ACC; }

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

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

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

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

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

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

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

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