Html Css Color HEX #E04DCC Free Speech Magenta

📋 copy color: '#E04DCC'

red 224 ◦ green 77 ◦ blue 204

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

Shades of Free Speech Magenta #E04DCC

Tints of Free Speech Magenta #E04DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 44.36%
G = 15.25%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E04DCC (or 0xE04DCC) is known color: Free Speech Magenta. HEX triplet: E0, 4D and CC. RGB value is (224,77,204). Sum of RGB (Red+Green+Blue) = 224+77+204=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DCC is #1FB233. Grayscale: #878787. Windows color (decimal): -2077236 or 13389280. OLE color: 13389280.

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

Color convert

RGB 224 77 204 -
CMYK 0 0.66 0.09 0.12
HSL 308.16º 0.7% 0.59% -
HSV(B) 308.16º 0.66% 0.88% -
XYZ 44.29 25.51 59.72 -
YUV 135.43 166.7 191.17 -
System Red Green Blue C M Y K H S L
Decimal 224 77 204 0 0.66 0.09 0.12 308.16 0.7 0.59
Hex E0 4D CC 0 42 9 C 134 46 3B
Octal 340 115 314 0 102 11 14 464 106 73
Binary 11100000 1001101 11001100 0 1000010 1001 1100 100110100 1000110 111011

Color Harmonies of #E04DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DCC

Black with #E04DCC

Text Example


Text Example

White with #E04DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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