Html Css Color HEX #E04DEF Free Speech Magenta

📋 copy color: '#E04DEF'

red 224 ◦ green 77 ◦ blue 239

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

Shades of Free Speech Magenta #E04DEF

Tints of Free Speech Magenta #E04DEF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.26%

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 41.48%
G = 14.26%
B = 44.26%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E04DEF (or 0xE04DEF) is known color: Free Speech Magenta. HEX triplet: E0, 4D and EF. RGB value is (224,77,239). Sum of RGB (Red+Green+Blue) = 224+77+239=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #E04DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04DEF is #1FB210. Grayscale: #8A8A8A. Windows color (decimal): -2077201 or 15683040. OLE color: 15683040.

HSL color Cylindrical-coordinate representation of color #E04DEF: hue angle of 294.44º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04DEF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 77 239 -
CMYK 0.06 0.68 0 0.06
HSL 294.44º 0.84% 0.62% -
HSV(B) 294.44º 0.68% 0.94% -
XYZ 48.97 27.39 84.37 -
YUV 139.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 224 77 239 0.06 0.68 0 0.06 294.44 0.84 0.62
Hex E0 4D EF 6 44 0 6 126 54 3E
Octal 340 115 357 6 104 0 6 446 124 76
Binary 11100000 1001101 11101111 110 1000100 0 110 100100110 1010100 111110

Color Harmonies of #E04DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04DEF

Black with #E04DEF

Text Example


Text Example

White with #E04DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04DEF; }

 p { color: rgb(224,77,239); }

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

background-color css

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

 a { background-color: rgb(224,77,239); }

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

border-color css

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

 span { border-color: rgb(224,77,239); }

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