Html Css Color HEX #E55BDB Free Speech Magenta

📋 copy color: '#E55BDB'

red 229 ◦ green 91 ◦ blue 219

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

Shades of Free Speech Magenta #E55BDB

Tints of Free Speech Magenta #E55BDB

RGB

 RED value IS 229 (89.84% from 255) = 42.49%

 GREEN value IS 91 (35.94% from 255) = 16.88%

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

R = 42.49%
G = 16.88%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E55BDB (or 0xE55BDB) is known color: Free Speech Magenta. HEX triplet: E5, 5B and DB. RGB value is (229,91,219). Sum of RGB (Red+Green+Blue) = 229+91+219=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BDB is #1AA424. Grayscale: #929292. Windows color (decimal): -1745957 or 14375909. OLE color: 14375909.

HSL color Cylindrical-coordinate representation of color #E55BDB: hue angle of 304.35º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55BDB is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 91 219 -
CMYK 0 0.60 0.04 0.10
HSL 304.35º 0.73% 0.63% -
HSV(B) 304.35º 0.6% 0.9% -
XYZ 48.84 29.25 70.09 -
YUV 146.85 168.72 186.59 -
System Red Green Blue C M Y K H S L
Decimal 229 91 219 0 0.60 0.04 0.10 304.35 0.73 0.63
Hex E5 5B DB 0 3C 4 A 130 49 3F
Octal 345 133 333 0 74 4 12 460 111 77
Binary 11100101 1011011 11011011 0 111100 100 1010 100110000 1001001 111111

Color Harmonies of #E55BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55BDB

Black with #E55BDB

Text Example


Text Example

White with #E55BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55BDB; }

 p { color: rgb(229,91,219); }

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

background-color css

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

 a { background-color: rgb(229,91,219); }

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

border-color css

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

 span { border-color: rgb(229,91,219); }

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