Html Css Color HEX #EB49DB Free Speech Magenta

📋 copy color: '#EB49DB'

red 235 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #EB49DB

Tints of Free Speech Magenta #EB49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.85%

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

R = 44.59%
G = 13.85%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB49DB (or 0xEB49DB) is known color: Free Speech Magenta. HEX triplet: EB, 49 and DB. RGB value is (235,73,219). Sum of RGB (Red+Green+Blue) = 235+73+219=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB49DB is #14B624. Grayscale: #898989. Windows color (decimal): -1357349 or 14371307. OLE color: 14371307.

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

Color convert

RGB 235 73 219 -
CMYK 0 0.69 0.07 0.08
HSL 305.93º 0.8% 0.6% -
HSV(B) 305.93º 0.69% 0.92% -
XYZ 49.43 27.54 69.73 -
YUV 138.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 235 73 219 0 0.69 0.07 0.08 305.93 0.8 0.6
Hex EB 49 DB 0 45 7 8 132 50 3C
Octal 353 111 333 0 105 7 10 462 120 74
Binary 11101011 1001001 11011011 0 1000101 111 1000 100110010 1010000 111100

Color Harmonies of #EB49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49DB

Black with #EB49DB

Text Example


Text Example

White with #EB49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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