Html Css Color HEX #E04DB6 Free Speech Magenta

📋 copy color: '#E04DB6'

red 224 ◦ green 77 ◦ blue 182

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

Shades of Free Speech Magenta #E04DB6

Tints of Free Speech Magenta #E04DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.68%

R = 46.38%
G = 15.94%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E04DB6 (or 0xE04DB6) is known color: Free Speech Magenta. HEX triplet: E0, 4D and B6. RGB value is (224,77,182). Sum of RGB (Red+Green+Blue) = 224+77+182=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DB6 is #1FB249. Grayscale: #848484. Windows color (decimal): -2077258 or 11947488. OLE color: 11947488.

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

Color convert

RGB 224 77 182 -
CMYK 0 0.66 0.19 0.12
HSL 317.14º 0.7% 0.59% -
HSV(B) 317.14º 0.66% 0.88% -
XYZ 41.84 24.53 46.79 -
YUV 132.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 224 77 182 0 0.66 0.19 0.12 317.14 0.7 0.59
Hex E0 4D B6 0 42 13 C 13D 46 3B
Octal 340 115 266 0 102 23 14 475 106 73
Binary 11100000 1001101 10110110 0 1000010 10011 1100 100111101 1000110 111011

Color Harmonies of #E04DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DB6

Black with #E04DB6

Text Example


Text Example

White with #E04DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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