#EB50C3

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

Shades of Free Speech Magenta #EB50C3

Tints of Free Speech Magenta #EB50C3

Color information

#EB50C3 (or 0xEB50C3) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 50 and C3. RGB value is (235,80,195). Sum of RGB (Red+Green+Blue) = 235+80+195=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 80 (31.64% from 255 or 15.69% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50C3 is #14AF3C. Grayscale: #8B8B8B. Windows color (decimal): -1355581 or 12800235. OLE color: 12800235.

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

Color convert

RGB23580195-
CMYK00.660.170.08
HSL315.48º79.49%61.76%-
HSV(B)315.48º65.96%92.16%-
XYZ46.9827.3454.43-
YUV139.45159.35196.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.08%
GREEN value IS 80 (31.64% from 255) = 15.69%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=46.08%
G=15.69%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358019500.660.170.08315.4879.4961.76
HexEB50C304211813b4f3e
Octal3531203030102211047311776
Binary11101011101000011000011010000101000110001001110111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB50C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB50C3; }

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

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

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

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

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

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

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

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