Html Css Color HEX #EB59DB Free Speech Magenta

📋 copy color: '#EB59DB'

red 235 ◦ green 89 ◦ blue 219

#EB59DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EB59DB

Tints of Free Speech Magenta #EB59DB

RGB

 RED value IS 235 (92.19% from 255) = 43.28%

 GREEN value IS 89 (35.16% from 255) = 16.39%

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 43.28%
G = 16.39%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB59DB (or 0xEB59DB) is known color: Free Speech Magenta. HEX triplet: EB, 59 and DB. RGB value is (235,89,219). Sum of RGB (Red+Green+Blue) = 235+89+219=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB59DB is #14A624. Grayscale: #939393. Windows color (decimal): -1353253 or 14375403. OLE color: 14375403.

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

Color convert

RGB 235 89 219 -
CMYK 0 0.62 0.07 0.08
HSL 306.58º 0.78% 0.64% -
HSV(B) 306.58º 0.62% 0.92% -
XYZ 50.62 29.92 70.13 -
YUV 147.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 235 89 219 0 0.62 0.07 0.08 306.58 0.78 0.64
Hex EB 59 DB 0 3E 7 8 133 4E 40
Octal 353 131 333 0 76 7 10 463 116 100
Binary 11101011 1011001 11011011 0 111110 111 1000 100110011 1001110 1000000

Color Harmonies of #EB59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB59DB

Black with #EB59DB

Text Example


Text Example

White with #EB59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB59DB; }

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

 H1.HeaderClassName
 {
   color: #EB59DB;
 }
 .AnyTagClassName
 {
   color: #EB59DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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