Html Css Color HEX #E04FD1 Free Speech Magenta

📋 copy color: '#E04FD1'

red 224 ◦ green 79 ◦ blue 209

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

Shades of Free Speech Magenta #E04FD1

Tints of Free Speech Magenta #E04FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 43.75%
G = 15.43%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E04FD1 (or 0xE04FD1) is known color: Free Speech Magenta. HEX triplet: E0, 4F and D1. RGB value is (224,79,209). Sum of RGB (Red+Green+Blue) = 224+79+209=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FD1 is #1FB02E. Grayscale: #888888. Windows color (decimal): -2076719 or 13717472. OLE color: 13717472.

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

Color convert

RGB 224 79 209 -
CMYK 0 0.65 0.07 0.12
HSL 306.21º 0.7% 0.59% -
HSV(B) 306.21º 0.65% 0.88% -
XYZ 45.05 26.04 62.97 -
YUV 137.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 224 79 209 0 0.65 0.07 0.12 306.21 0.7 0.59
Hex E0 4F D1 0 41 7 C 132 46 3B
Octal 340 117 321 0 101 7 14 462 106 73
Binary 11100000 1001111 11010001 0 1000001 111 1100 100110010 1000110 111011

Color Harmonies of #E04FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FD1

Black with #E04FD1

Text Example


Text Example

White with #E04FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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