Html Css Color HEX #E04CEF Free Speech Magenta

📋 copy color: '#E04CEF'

red 224 ◦ green 76 ◦ blue 239

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

Shades of Free Speech Magenta #E04CEF

Tints of Free Speech Magenta #E04CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.1%

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

R = 41.56%
G = 14.1%
B = 44.34%

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

#E04CEF (or 0xE04CEF) is known color: Free Speech Magenta. HEX triplet: E0, 4C and EF. RGB value is (224,76,239). Sum of RGB (Red+Green+Blue) = 224+76+239=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #E04CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CEF is #1FB310. Grayscale: #8A8A8A. Windows color (decimal): -2077457 or 15682784. OLE color: 15682784.

HSL color Cylindrical-coordinate representation of color #E04CEF: hue angle of 294.48º 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 #E04CEF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 76 239 -
CMYK 0.06 0.68 0 0.06
HSL 294.48º 0.84% 0.62% -
HSV(B) 294.48º 0.68% 0.94% -
XYZ 48.9 27.25 84.34 -
YUV 138.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 224 76 239 0.06 0.68 0 0.06 294.48 0.84 0.62
Hex E0 4C EF 6 44 0 6 126 54 3E
Octal 340 114 357 6 104 0 6 446 124 76
Binary 11100000 1001100 11101111 110 1000100 0 110 100100110 1010100 111110

Color Harmonies of #E04CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CEF

Black with #E04CEF

Text Example


Text Example

White with #E04CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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