#eb5fe3

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

Shades of Free Speech Magenta #EB5FE3

Tints of Free Speech Magenta #EB5FE3

Color information

#EB5FE3 (or 0xEB5FE3) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5F and E3. RGB value is (235,95,227). Sum of RGB (Red+Green+Blue) = 235+95+227=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5FE3 is #14A01C. Grayscale: #979797. Windows color (decimal): -1351709 or 14901227. OLE color: 14901227.

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

Color convert

RGB23595227-
CMYK00.600.030.08
HSL303.43º77.78%64.71%-
HSV(B)303.43º59.57%92.16%-
XYZ52.2231.3975.98-
YUV151.91170.38187.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 95 (37.5% from 255) = 17.06%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=42.19%
G=17.06%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359522700.600.030.08303.4377.7864.71
HexEB5FE303C3812f4e41
Octal353137343074310457116101
Binary11101011101111111100011011110011100010010111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb5fe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb5fe3; }

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

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

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

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

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

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

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

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