#EB52E1

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

Shades of Free Speech Magenta #EB52E1

Tints of Free Speech Magenta #EB52E1

Color information

#EB52E1 (or 0xEB52E1) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 52 and E1. RGB value is (235,82,225). Sum of RGB (Red+Green+Blue) = 235+82+225=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB52E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB52E1 is #14AD1E. Grayscale: #8F8F8F. Windows color (decimal): -1355039 or 14766827. OLE color: 14766827.

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

Color convert

RGB23582225-
CMYK00.650.040.08
HSL303.92º79.27%62.16%-
HSV(B)303.92º65.11%92.16%-
XYZ50.8729.1374.18-
YUV144.05173.69192.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 82 (32.42% from 255) = 15.13%
BLUE value IS 225 (88.28% from 255) = 41.51%
R=43.36%
G=15.13%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358222500.650.040.08303.9279.2762.16
HexEB52E1041481304f3e
Octal353122341010141046011776
Binary111010111010010111000010100000110010001001100001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB52E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB52E1; }

 p { color: rgb(235,82,225); }

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

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

 a { background-color: rgb(235,82,225); }

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

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

 span { border-color: rgb(235,82,225); }

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