Html Css Color HEX #E049DB Free Speech Magenta

📋 copy color: '#E049DB'

red 224 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #E049DB

Tints of Free Speech Magenta #E049DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.15%

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

R = 43.41%
G = 14.15%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E049DB (or 0xE049DB) is known color: Free Speech Magenta. HEX triplet: E0, 49 and DB. RGB value is (224,73,219). Sum of RGB (Red+Green+Blue) = 224+73+219=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E049DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E049DB is #1FB624. Grayscale: #868686. Windows color (decimal): -2078245 or 14371296. OLE color: 14371296.

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

Color convert

RGB 224 73 219 -
CMYK 0 0.67 0.02 0.12
HSL 301.99º 0.71% 0.58% -
HSV(B) 301.99º 0.67% 0.88% -
XYZ 45.91 25.73 69.56 -
YUV 134.79 175.53 191.63 -
System Red Green Blue C M Y K H S L
Decimal 224 73 219 0 0.67 0.02 0.12 301.99 0.71 0.58
Hex E0 49 DB 0 43 2 C 12E 47 3A
Octal 340 111 333 0 103 2 14 456 107 72
Binary 11100000 1001001 11011011 0 1000011 10 1100 100101110 1000111 111010

Color Harmonies of #E049DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049DB

Black with #E049DB

Text Example


Text Example

White with #E049DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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