#EB5DDB

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

Shades of Free Speech Magenta #EB5DDB

Tints of Free Speech Magenta #EB5DDB

Color information

#EB5DDB (or 0xEB5DDB) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5D and DB. RGB value is (235,93,219). Sum of RGB (Red+Green+Blue) = 235+93+219=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DDB is #14A224. Grayscale: #959595. Windows color (decimal): -1352229 or 14376427. OLE color: 14376427.

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

Color convert

RGB23593219-
CMYK00.600.070.08
HSL306.76º78.02%64.31%-
HSV(B)306.76º60.43%92.16%-
XYZ50.9630.6170.24-
YUV149.82167.04188.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 93 (36.72% from 255) = 17.00%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=42.96%
G=17.00%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359321900.600.070.08306.7678.0264.31
HexEB5DDB03C781334e40
Octal353135333074710463116100
Binary111010111011101110110110111100111100010011001110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DDB; }

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

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

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

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

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

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

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

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