Html Css Color HEX #E04FD0 Free Speech Magenta

📋 copy color: '#E04FD0'

red 224 ◦ green 79 ◦ blue 208

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

Shades of Free Speech Magenta #E04FD0

Tints of Free Speech Magenta #E04FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 43.84%
G = 15.46%
B = 40.7%

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

#E04FD0 (or 0xE04FD0) is known color: Free Speech Magenta. HEX triplet: E0, 4F and D0. RGB value is (224,79,208). Sum of RGB (Red+Green+Blue) = 224+79+208=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 79 (31.25% from 255 or 15.46% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FD0 is #1FB02F. Grayscale: #888888. Windows color (decimal): -2076720 or 13651936. OLE color: 13651936.

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

Color convert

RGB 224 79 208 -
CMYK 0 0.65 0.07 0.12
HSL 306.62º 0.7% 0.59% -
HSV(B) 306.62º 0.65% 0.88% -
XYZ 44.92 25.99 62.32 -
YUV 137.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 224 79 208 0 0.65 0.07 0.12 306.62 0.7 0.59
Hex E0 4F D0 0 41 7 C 133 46 3B
Octal 340 117 320 0 101 7 14 463 106 73
Binary 11100000 1001111 11010000 0 1000001 111 1100 100110011 1000110 111011

Color Harmonies of #E04FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FD0

Black with #E04FD0

Text Example


Text Example

White with #E04FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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