Html Css Color HEX #E44DDB Free Speech Magenta

📋 copy color: '#E44DDB'

red 228 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #E44DDB

Tints of Free Speech Magenta #E44DDB

RGB

 RED value IS 228 (89.45% from 255) = 43.51%

 GREEN value IS 77 (30.47% from 255) = 14.69%

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

R = 43.51%
G = 14.69%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E44DDB (or 0xE44DDB) is known color: Free Speech Magenta. HEX triplet: E4, 4D and DB. RGB value is (228,77,219). Sum of RGB (Red+Green+Blue) = 228+77+219=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DDB is #1BB224. Grayscale: #898989. Windows color (decimal): -1815077 or 14372324. OLE color: 14372324.

HSL color Cylindrical-coordinate representation of color #E44DDB: hue angle of 303.58º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44DDB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 77 219 -
CMYK 0 0.66 0.04 0.11
HSL 303.58º 0.74% 0.6% -
HSV(B) 303.58º 0.66% 0.89% -
XYZ 47.43 26.92 69.71 -
YUV 138.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 228 77 219 0 0.66 0.04 0.11 303.58 0.74 0.6
Hex E4 4D DB 0 42 4 B 130 4A 3C
Octal 344 115 333 0 102 4 13 460 112 74
Binary 11100100 1001101 11011011 0 1000010 100 1011 100110000 1001010 111100

Color Harmonies of #E44DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44DDB

Black with #E44DDB

Text Example


Text Example

White with #E44DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44DDB; }

 p { color: rgb(228,77,219); }

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

background-color css

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

 a { background-color: rgb(228,77,219); }

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

border-color css

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

 span { border-color: rgb(228,77,219); }

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