Html Css Color HEX #E047CC Free Speech Magenta

📋 copy color: '#E047CC'

red 224 ◦ green 71 ◦ blue 204

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

Shades of Free Speech Magenta #E047CC

Tints of Free Speech Magenta #E047CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.23%

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

R = 44.89%
G = 14.23%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E047CC (or 0xE047CC) is known color: Free Speech Magenta. HEX triplet: E0, 47 and CC. RGB value is (224,71,204). Sum of RGB (Red+Green+Blue) = 224+71+204=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E047CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047CC is #1FB833. Grayscale: #838383. Windows color (decimal): -2078772 or 13387744. OLE color: 13387744.

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

Color convert

RGB 224 71 204 -
CMYK 0 0.68 0.09 0.12
HSL 307.84º 0.71% 0.58% -
HSV(B) 307.84º 0.68% 0.88% -
XYZ 43.89 24.71 59.58 -
YUV 131.91 168.69 193.69 -
System Red Green Blue C M Y K H S L
Decimal 224 71 204 0 0.68 0.09 0.12 307.84 0.71 0.58
Hex E0 47 CC 0 44 9 C 134 47 3A
Octal 340 107 314 0 104 11 14 464 107 72
Binary 11100000 1000111 11001100 0 1000100 1001 1100 100110100 1000111 111010

Color Harmonies of #E047CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E047CC

Black with #E047CC

Text Example


Text Example

White with #E047CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E047CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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