Html Css Color HEX #E049E6 Free Speech Magenta

📋 copy color: '#E049E6'

red 224 ◦ green 73 ◦ blue 230

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

Shades of Free Speech Magenta #E049E6

Tints of Free Speech Magenta #E049E6

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.85%

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 42.5%
G = 13.85%
B = 43.64%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E049E6 (or 0xE049E6) is known color: Free Speech Magenta. HEX triplet: E0, 49 and E6. RGB value is (224,73,230). Sum of RGB (Red+Green+Blue) = 224+73+230=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #E049E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049E6 is #1FB619. Grayscale: #878787. Windows color (decimal): -2078234 or 15092192. OLE color: 15092192.

HSL color Cylindrical-coordinate representation of color #E049E6: hue angle of 297.71º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E049E6 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 73 230 -
CMYK 0.03 0.68 0 0.10
HSL 297.71º 0.76% 0.59% -
HSV(B) 297.71º 0.68% 0.9% -
XYZ 47.41 26.33 77.45 -
YUV 136.05 181.03 190.73 -
System Red Green Blue C M Y K H S L
Decimal 224 73 230 0.03 0.68 0 0.10 297.71 0.76 0.59
Hex E0 49 E6 3 44 0 A 12A 4C 3B
Octal 340 111 346 3 104 0 12 452 114 73
Binary 11100000 1001001 11100110 11 1000100 0 1010 100101010 1001100 111011

Color Harmonies of #E049E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049E6

Black with #E049E6

Text Example


Text Example

White with #E049E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049E6; }

 p { color: rgb(224,73,230); }

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

background-color css

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

 a { background-color: rgb(224,73,230); }

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

border-color css

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

 span { border-color: rgb(224,73,230); }

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