Html Css Color HEX #E047C9 Free Speech Magenta

📋 copy color: '#E047C9'

red 224 ◦ green 71 ◦ blue 201

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

Shades of Free Speech Magenta #E047C9

Tints of Free Speech Magenta #E047C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.52%

R = 45.16%
G = 14.31%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E047C9 (or 0xE047C9) is known color: Free Speech Magenta. HEX triplet: E0, 47 and C9. RGB value is (224,71,201). Sum of RGB (Red+Green+Blue) = 224+71+201=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E047C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047C9 is #1FB836. Grayscale: #838383. Windows color (decimal): -2078775 or 13191136. OLE color: 13191136.

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

Color convert

RGB 224 71 201 -
CMYK 0 0.68 0.10 0.12
HSL 309.02º 0.71% 0.58% -
HSV(B) 309.02º 0.68% 0.88% -
XYZ 43.54 24.57 57.71 -
YUV 131.57 167.19 193.93 -
System Red Green Blue C M Y K H S L
Decimal 224 71 201 0 0.68 0.10 0.12 309.02 0.71 0.58
Hex E0 47 C9 0 44 A C 135 47 3A
Octal 340 107 311 0 104 12 14 465 107 72
Binary 11100000 1000111 11001001 0 1000100 1010 1100 100110101 1000111 111010

Color Harmonies of #E047C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E047C9

Black with #E047C9

Text Example


Text Example

White with #E047C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E047C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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