#EB3DEB

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

Shades of Free Speech Magenta #EB3DEB

Tints of Free Speech Magenta #EB3DEB

Color information

#EB3DEB (or 0xEB3DEB) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 3D and EB. RGB value is (235,61,235). Sum of RGB (Red+Green+Blue) = 235+61+235=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 61 (24.22% from 255 or 11.49% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EB3DEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB3DEB is #14C214. Grayscale: #848484. Windows color (decimal): -1360405 or 15416811. OLE color: 15416811.

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

Color convert

RGB23561235-
CMYK00.7400.08
HSL300º81.31%58.04%-
HSV(B)300º74.04%92.16%-
XYZ50.932781.12-
YUV132.86185.65200.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 61 (24.22% from 255) = 11.49%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=44.26%
G=11.49%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356123500.7400.0830081.3158.04
HexEB3DEB04A0812c513a
Octal35375353011201045412172
Binary111010111111011110101101001010010001001011001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3DEB; }

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

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

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

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

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

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

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

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