#EB5DEB

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

Shades of Free Speech Magenta #EB5DEB

Tints of Free Speech Magenta #EB5DEB

Color information

#EB5DEB (or 0xEB5DEB) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5D and EB. RGB value is (235,93,235). Sum of RGB (Red+Green+Blue) = 235+93+235=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 93 (36.72% from 255 or 16.52% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB5DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5DEB is #14A214. Grayscale: #979797. Windows color (decimal): -1352213 or 15425003. OLE color: 15425003.

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

Color convert

RGB23593235-
CMYK00.6000.08
HSL300º78.02%64.31%-
HSV(B)300º60.43%92.16%-
XYZ53.1731.4981.87-
YUV151.65175.04187.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 93 (36.72% from 255) = 16.52%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=41.74%
G=16.52%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359323500.6000.0830078.0264.31
HexEB5DEB03C0812c4e40
Octal353135353074010454116100
Binary1110101110111011110101101111000100010010110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DEB; }

 p { color: rgb(235,93,235); }

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

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

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

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

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

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

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