Html Css Color HEX #E55DDB Free Speech Magenta

📋 copy color: '#E55DDB'

red 229 ◦ green 93 ◦ blue 219

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

Shades of Free Speech Magenta #E55DDB

Tints of Free Speech Magenta #E55DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.19%

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

R = 42.33%
G = 17.19%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E55DDB (or 0xE55DDB) is known color: Free Speech Magenta. HEX triplet: E5, 5D and DB. RGB value is (229,93,219). Sum of RGB (Red+Green+Blue) = 229+93+219=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DDB is #1AA224. Grayscale: #939393. Windows color (decimal): -1745445 or 14376421. OLE color: 14376421.

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

Color convert

RGB 229 93 219 -
CMYK 0 0.59 0.04 0.10
HSL 304.41º 0.72% 0.63% -
HSV(B) 304.41º 0.59% 0.9% -
XYZ 49.01 29.6 70.15 -
YUV 148.03 168.06 185.75 -
System Red Green Blue C M Y K H S L
Decimal 229 93 219 0 0.59 0.04 0.10 304.41 0.72 0.63
Hex E5 5D DB 0 3B 4 A 130 48 3F
Octal 345 135 333 0 73 4 12 460 110 77
Binary 11100101 1011101 11011011 0 111011 100 1010 100110000 1001000 111111

Color Harmonies of #E55DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DDB

Black with #E55DDB

Text Example


Text Example

White with #E55DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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