Html Css Color HEX #E047DA Free Speech Magenta

📋 copy color: '#E047DA'

red 224 ◦ green 71 ◦ blue 218

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

Shades of Free Speech Magenta #E047DA

Tints of Free Speech Magenta #E047DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 43.66%
G = 13.84%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E047DA (or 0xE047DA) is known color: Free Speech Magenta. HEX triplet: E0, 47 and DA. RGB value is (224,71,218). Sum of RGB (Red+Green+Blue) = 224+71+218=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E047DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047DA is #1FB825. Grayscale: #858585. Windows color (decimal): -2078758 or 14305248. OLE color: 14305248.

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

Color convert

RGB 224 71 218 -
CMYK 0 0.68 0.03 0.12
HSL 302.35º 0.71% 0.58% -
HSV(B) 302.35º 0.68% 0.88% -
XYZ 45.65 25.42 68.83 -
YUV 133.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 224 71 218 0 0.68 0.03 0.12 302.35 0.71 0.58
Hex E0 47 DA 0 44 3 C 12E 47 3A
Octal 340 107 332 0 104 3 14 456 107 72
Binary 11100000 1000111 11011010 0 1000100 11 1100 100101110 1000111 111010

Color Harmonies of #E047DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E047DA

Black with #E047DA

Text Example


Text Example

White with #E047DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E047DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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