Html Css Color HEX #E04FDB Free Speech Magenta

📋 copy color: '#E04FDB'

red 224 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #E04FDB

Tints of Free Speech Magenta #E04FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 42.91%
G = 15.13%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E04FDB (or 0xE04FDB) is known color: Free Speech Magenta. HEX triplet: E0, 4F and DB. RGB value is (224,79,219). Sum of RGB (Red+Green+Blue) = 224+79+219=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E04FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FDB is #1FB024. Grayscale: #898989. Windows color (decimal): -2076709 or 14372832. OLE color: 14372832.

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

Color convert

RGB 224 79 219 -
CMYK 0 0.65 0.02 0.12
HSL 302.07º 0.7% 0.59% -
HSV(B) 302.07º 0.65% 0.88% -
XYZ 46.32 26.55 69.7 -
YUV 138.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 224 79 219 0 0.65 0.02 0.12 302.07 0.7 0.59
Hex E0 4F DB 0 41 2 C 12E 46 3B
Octal 340 117 333 0 101 2 14 456 106 73
Binary 11100000 1001111 11011011 0 1000001 10 1100 100101110 1000110 111011

Color Harmonies of #E04FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FDB

Black with #E04FDB

Text Example


Text Example

White with #E04FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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