Html Css Color HEX #E04FE5 Free Speech Magenta

📋 copy color: '#E04FE5'

red 224 ◦ green 79 ◦ blue 229

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

Shades of Free Speech Magenta #E04FE5

Tints of Free Speech Magenta #E04FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 42.11%
G = 14.85%
B = 43.05%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E04FE5 (or 0xE04FE5) is known color: Free Speech Magenta. HEX triplet: E0, 4F and E5. RGB value is (224,79,229). Sum of RGB (Red+Green+Blue) = 224+79+229=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 79 (31.25% from 255 or 14.85% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #E04FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FE5 is #1FB01A. Grayscale: #8B8B8B. Windows color (decimal): -2076699 or 15028192. OLE color: 15028192.

HSL color Cylindrical-coordinate representation of color #E04FE5: hue angle of 298º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04FE5 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 79 229 -
CMYK 0.02 0.66 0 0.10
HSL 298º 0.74% 0.6% -
HSV(B) 298º 0.66% 0.9% -
XYZ 47.68 27.1 76.85 -
YUV 139.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 224 79 229 0.02 0.66 0 0.10 298 0.74 0.6
Hex E0 4F E5 2 42 0 A 12A 4A 3C
Octal 340 117 345 2 102 0 12 452 112 74
Binary 11100000 1001111 11100101 10 1000010 0 1010 100101010 1001010 111100

Color Harmonies of #E04FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04FE5

Black with #E04FE5

Text Example


Text Example

White with #E04FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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