Html Css Color HEX #E047E4 Free Speech Magenta

📋 copy color: '#E047E4'

red 224 ◦ green 71 ◦ blue 228

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

Shades of Free Speech Magenta #E047E4

Tints of Free Speech Magenta #E047E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.59%

R = 42.83%
G = 13.58%
B = 43.59%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E047E4 (or 0xE047E4) is known color: Free Speech Magenta. HEX triplet: E0, 47 and E4. RGB value is (224,71,228). Sum of RGB (Red+Green+Blue) = 224+71+228=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #E047E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047E4 is #1FB81B. Grayscale: #868686. Windows color (decimal): -2078748 or 14960608. OLE color: 14960608.

HSL color Cylindrical-coordinate representation of color #E047E4: hue angle of 298.47º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E047E4 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 71 228 -
CMYK 0.02 0.69 0 0.11
HSL 298.47º 0.74% 0.59% -
HSV(B) 298.47º 0.69% 0.89% -
XYZ 47 25.96 75.93 -
YUV 134.65 180.69 191.73 -
System Red Green Blue C M Y K H S L
Decimal 224 71 228 0.02 0.69 0 0.11 298.47 0.74 0.59
Hex E0 47 E4 2 45 0 B 12A 4A 3B
Octal 340 107 344 2 105 0 13 452 112 73
Binary 11100000 1000111 11100100 10 1000101 0 1011 100101010 1001010 111011

Color Harmonies of #E047E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E047E4

Black with #E047E4

Text Example


Text Example

White with #E047E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E047E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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