#EB5EE3

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

Shades of Free Speech Magenta #EB5EE3

Tints of Free Speech Magenta #EB5EE3

Color information

#EB5EE3 (or 0xEB5EE3) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5E and E3. RGB value is (235,94,227). Sum of RGB (Red+Green+Blue) = 235+94+227=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EE3 is #14A11C. Grayscale: #969696. Windows color (decimal): -1351965 or 14900971. OLE color: 14900971.

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

Color convert

RGB23594227-
CMYK00.60.030.08
HSL303.4º77.9%64.51%-
HSV(B)303.4º60%92.16%-
XYZ52.1331.2175.95-
YUV151.32170.71187.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 94 (37.11% from 255) = 16.91%
BLUE value IS 227 (89.06% from 255) = 40.83%
R=42.27%
G=16.91%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359422700.60.030.08303.477.964.51
HexEB5EE303C3812f4e41
Octal353136343074310457116101
Binary11101011101111011100011011110011100010010111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EE3; }

 p { color: rgb(235,94,227); }

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

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

 a { background-color: rgb(235,94,227); }

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

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

 span { border-color: rgb(235,94,227); }

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