Html Css Color HEX #E04DC7 Free Speech Magenta

📋 copy color: '#E04DC7'

red 224 ◦ green 77 ◦ blue 199

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

Shades of Free Speech Magenta #E04DC7

Tints of Free Speech Magenta #E04DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.8%

R = 44.8%
G = 15.4%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E04DC7 (or 0xE04DC7) is known color: Free Speech Magenta. HEX triplet: E0, 4D and C7. RGB value is (224,77,199). Sum of RGB (Red+Green+Blue) = 224+77+199=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DC7 is #1FB238. Grayscale: #868686. Windows color (decimal): -2077241 or 13061600. OLE color: 13061600.

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

Color convert

RGB 224 77 199 -
CMYK 0 0.66 0.11 0.12
HSL 310.2º 0.7% 0.59% -
HSV(B) 310.2º 0.66% 0.88% -
XYZ 43.7 25.28 56.61 -
YUV 134.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 224 77 199 0 0.66 0.11 0.12 310.2 0.7 0.59
Hex E0 4D C7 0 42 B C 136 46 3B
Octal 340 115 307 0 102 13 14 466 106 73
Binary 11100000 1001101 11000111 0 1000010 1011 1100 100110110 1000110 111011

Color Harmonies of #E04DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DC7

Black with #E04DC7

Text Example


Text Example

White with #E04DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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