Html Css Color HEX #EB56DB Free Speech Magenta

📋 copy color: '#EB56DB'

red 235 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #EB56DB

Tints of Free Speech Magenta #EB56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.93%

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

R = 43.52%
G = 15.93%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB56DB (or 0xEB56DB) is known color: Free Speech Magenta. HEX triplet: EB, 56 and DB. RGB value is (235,86,219). Sum of RGB (Red+Green+Blue) = 235+86+219=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 86 (33.98% from 255 or 15.93% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB56DB is #14A924. Grayscale: #919191. Windows color (decimal): -1354021 or 14374635. OLE color: 14374635.

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

Color convert

RGB 235 86 219 -
CMYK 0 0.63 0.07 0.08
HSL 306.44º 0.79% 0.63% -
HSV(B) 306.44º 0.63% 0.92% -
XYZ 50.37 29.43 70.04 -
YUV 145.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 235 86 219 0 0.63 0.07 0.08 306.44 0.79 0.63
Hex EB 56 DB 0 3F 7 8 132 4F 3F
Octal 353 126 333 0 77 7 10 462 117 77
Binary 11101011 1010110 11011011 0 111111 111 1000 100110010 1001111 111111

Color Harmonies of #EB56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB56DB

Black with #EB56DB

Text Example


Text Example

White with #EB56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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