Html Css Color HEX #E04DDB Free Speech Magenta

📋 copy color: '#E04DDB'

red 224 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #E04DDB

Tints of Free Speech Magenta #E04DDB

RGB

 RED value IS 224 (87.89% from 255) = 43.08%

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

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

R = 43.08%
G = 14.81%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E04DDB (or 0xE04DDB) is known color: Free Speech Magenta. HEX triplet: E0, 4D and DB. RGB value is (224,77,219). Sum of RGB (Red+Green+Blue) = 224+77+219=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DDB is #1FB224. Grayscale: #888888. Windows color (decimal): -2077221 or 14372320. OLE color: 14372320.

HSL color Cylindrical-coordinate representation of color #E04DDB: hue angle of 302.04º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DDB is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 219 -
CMYK 0 0.66 0.02 0.12
HSL 302.04º 0.7% 0.59% -
HSV(B) 302.04º 0.66% 0.88% -
XYZ 46.18 26.27 69.65 -
YUV 137.14 174.2 189.95 -
System Red Green Blue C M Y K H S L
Decimal 224 77 219 0 0.66 0.02 0.12 302.04 0.7 0.59
Hex E0 4D DB 0 42 2 C 12E 46 3B
Octal 340 115 333 0 102 2 14 456 106 73
Binary 11100000 1001101 11011011 0 1000010 10 1100 100101110 1000110 111011

Color Harmonies of #E04DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DDB

Black with #E04DDB

Text Example


Text Example

White with #E04DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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