Html Css Color HEX #E04DC5 Free Speech Magenta

📋 copy color: '#E04DC5'

red 224 ◦ green 77 ◦ blue 197

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

Shades of Free Speech Magenta #E04DC5

Tints of Free Speech Magenta #E04DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.56%

R = 44.98%
G = 15.46%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E04DC5 (or 0xE04DC5) is known color: Free Speech Magenta. HEX triplet: E0, 4D and C5. RGB value is (224,77,197). Sum of RGB (Red+Green+Blue) = 224+77+197=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DC5 is #1FB23A. Grayscale: #868686. Windows color (decimal): -2077243 or 12930528. OLE color: 12930528.

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

Color convert

RGB 224 77 197 -
CMYK 0 0.66 0.12 0.12
HSL 311.02º 0.7% 0.59% -
HSV(B) 311.02º 0.66% 0.88% -
XYZ 43.47 25.19 55.39 -
YUV 134.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 224 77 197 0 0.66 0.12 0.12 311.02 0.7 0.59
Hex E0 4D C5 0 42 C C 137 46 3B
Octal 340 115 305 0 102 14 14 467 106 73
Binary 11100000 1001101 11000101 0 1000010 1100 1100 100110111 1000110 111011

Color Harmonies of #E04DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DC5

Black with #E04DC5

Text Example


Text Example

White with #E04DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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