Html Css Color HEX #E04FCC Free Speech Magenta

📋 copy color: '#E04FCC'

red 224 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Magenta #E04FCC

Tints of Free Speech Magenta #E04FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.58%

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

R = 44.18%
G = 15.58%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E04FCC (or 0xE04FCC) is known color: Free Speech Magenta. HEX triplet: E0, 4F and CC. RGB value is (224,79,204). Sum of RGB (Red+Green+Blue) = 224+79+204=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FCC is #1FB033. Grayscale: #888888. Windows color (decimal): -2076724 or 13389792. OLE color: 13389792.

HSL color Cylindrical-coordinate representation of color #E04FCC: hue angle of 308.28º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FCC is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 79 204 -
CMYK 0 0.65 0.09 0.12
HSL 308.28º 0.7% 0.59% -
HSV(B) 308.28º 0.65% 0.88% -
XYZ 44.44 25.8 59.76 -
YUV 136.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 224 79 204 0 0.65 0.09 0.12 308.28 0.7 0.59
Hex E0 4F CC 0 41 9 C 134 46 3B
Octal 340 117 314 0 101 11 14 464 106 73
Binary 11100000 1001111 11001100 0 1000001 1001 1100 100110100 1000110 111011

Color Harmonies of #E04FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FCC

Black with #E04FCC

Text Example


Text Example

White with #E04FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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