Html Css Color HEX #E050F6 Free Speech Magenta

📋 copy color: '#E050F6'

red 224 ◦ green 80 ◦ blue 246

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

Shades of Free Speech Magenta #E050F6

Tints of Free Speech Magenta #E050F6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.55%

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 40.73%
G = 14.55%
B = 44.73%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E050F6 (or 0xE050F6) is known color: Free Speech Magenta. HEX triplet: E0, 50 and F6. RGB value is (224,80,246). Sum of RGB (Red+Green+Blue) = 224+80+246=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #E050F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E050F6 is #1FAF09. Grayscale: #8D8D8D. Windows color (decimal): -2076426 or 16142560. OLE color: 16142560.

HSL color Cylindrical-coordinate representation of color #E050F6: hue angle of 292.05º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E050F6 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 80 246 -
CMYK 0.09 0.67 0 0.04
HSL 292.05º 0.9% 0.64% -
HSV(B) 292.05º 0.67% 0.96% -
XYZ 50.24 28.24 89.99 -
YUV 141.98 186.71 186.5 -
System Red Green Blue C M Y K H S L
Decimal 224 80 246 0.09 0.67 0 0.04 292.05 0.9 0.64
Hex E0 50 F6 9 43 0 4 124 5A 40
Octal 340 120 366 11 103 0 4 444 132 100
Binary 11100000 1010000 11110110 1001 1000011 0 100 100100100 1011010 1000000

Color Harmonies of #E050F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E050F6

Black with #E050F6

Text Example


Text Example

White with #E050F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E050F6; }

 p { color: rgb(224,80,246); }

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

background-color css

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

 a { background-color: rgb(224,80,246); }

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

border-color css

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

 span { border-color: rgb(224,80,246); }

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