Html Css Color HEX #EB54DB Free Speech Magenta

📋 copy color: '#EB54DB'

red 235 ◦ green 84 ◦ blue 219

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

Shades of Free Speech Magenta #EB54DB

Tints of Free Speech Magenta #EB54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.61%

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

R = 43.68%
G = 15.61%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB54DB (or 0xEB54DB) is known color: Free Speech Magenta. HEX triplet: EB, 54 and DB. RGB value is (235,84,219). Sum of RGB (Red+Green+Blue) = 235+84+219=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 84 (33.20% from 255 or 15.61% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB54DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB54DB is #14AB24. Grayscale: #909090. Windows color (decimal): -1354533 or 14374123. OLE color: 14374123.

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

Color convert

RGB 235 84 219 -
CMYK 0 0.64 0.07 0.08
HSL 306.36º 0.79% 0.63% -
HSV(B) 306.36º 0.64% 0.92% -
XYZ 50.22 29.12 69.99 -
YUV 144.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 235 84 219 0 0.64 0.07 0.08 306.36 0.79 0.63
Hex EB 54 DB 0 40 7 8 132 4F 3F
Octal 353 124 333 0 100 7 10 462 117 77
Binary 11101011 1010100 11011011 0 1000000 111 1000 100110010 1001111 111111

Color Harmonies of #EB54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB54DB

Black with #EB54DB

Text Example


Text Example

White with #EB54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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