#EB5FED

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

Shades of Free Speech Magenta #EB5FED

Tints of Free Speech Magenta #EB5FED

Color information

#EB5FED (or 0xEB5FED) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5F and ED. RGB value is (235,95,237). Sum of RGB (Red+Green+Blue) = 235+95+237=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB5FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5FED is #14A012. Grayscale: #989898. Windows color (decimal): -1351699 or 15556587. OLE color: 15556587.

HSL color Cylindrical-coordinate representation of color #EB5FED: hue angle of 299.15º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5FED is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23595237-
CMYK0.010.6000.07
HSL299.15º79.78%65.1%-
HSV(B)299.15º59.92%92.94%-
XYZ53.6431.9683.46-
YUV153.05175.38186.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 95 (37.5% from 255) = 16.75%
BLUE value IS 237 (92.97% from 255) = 41.80%
R=41.45%
G=16.75%
B=41.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235952370.010.6000.07299.1579.7865.1
HexEB5FED13C0712b5041
Octal35313735517407453120101
Binary111010111011111111011011111100011110010101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5FED; }

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

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

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

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

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

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

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

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