Html Css Color HEX #E44CDB Free Speech Magenta

📋 copy color: '#E44CDB'

red 228 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Magenta #E44CDB

Tints of Free Speech Magenta #E44CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.53%

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

R = 43.59%
G = 14.53%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E44CDB (or 0xE44CDB) is known color: Free Speech Magenta. HEX triplet: E4, 4C and DB. RGB value is (228,76,219). Sum of RGB (Red+Green+Blue) = 228+76+219=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E44CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E44CDB is #1BB324. Grayscale: #898989. Windows color (decimal): -1815333 or 14372068. OLE color: 14372068.

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

Color convert

RGB 228 76 219 -
CMYK 0 0.67 0.04 0.11
HSL 303.55º 0.74% 0.6% -
HSV(B) 303.55º 0.67% 0.89% -
XYZ 47.37 26.78 69.69 -
YUV 137.75 173.86 192.37 -
System Red Green Blue C M Y K H S L
Decimal 228 76 219 0 0.67 0.04 0.11 303.55 0.74 0.6
Hex E4 4C DB 0 43 4 B 130 4A 3C
Octal 344 114 333 0 103 4 13 460 112 74
Binary 11100100 1001100 11011011 0 1000011 100 1011 100110000 1001010 111100

Color Harmonies of #E44CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44CDB

Black with #E44CDB

Text Example


Text Example

White with #E44CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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