Html Css Color HEX #E04DB9 Free Speech Magenta

📋 copy color: '#E04DB9'

red 224 ◦ green 77 ◦ blue 185

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

Shades of Free Speech Magenta #E04DB9

Tints of Free Speech Magenta #E04DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.07%

R = 46.09%
G = 15.84%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E04DB9 (or 0xE04DB9) is known color: Free Speech Magenta. HEX triplet: E0, 4D and B9. RGB value is (224,77,185). Sum of RGB (Red+Green+Blue) = 224+77+185=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DB9 is #1FB246. Grayscale: #848484. Windows color (decimal): -2077255 or 12144096. OLE color: 12144096.

HSL color Cylindrical-coordinate representation of color #E04DB9: hue angle of 315.92º 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 #E04DB9 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 77 185 -
CMYK 0 0.66 0.17 0.12
HSL 315.92º 0.7% 0.59% -
HSV(B) 315.92º 0.66% 0.88% -
XYZ 42.15 24.66 48.44 -
YUV 133.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 224 77 185 0 0.66 0.17 0.12 315.92 0.7 0.59
Hex E0 4D B9 0 42 11 C 13C 46 3B
Octal 340 115 271 0 102 21 14 474 106 73
Binary 11100000 1001101 10111001 0 1000010 10001 1100 100111100 1000110 111011

Color Harmonies of #E04DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DB9

Black with #E04DB9

Text Example


Text Example

White with #E04DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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