Html Css Color HEX #E048FA Free Speech Magenta

📋 copy color: '#E048FA'

red 224 ◦ green 72 ◦ blue 250

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

Shades of Free Speech Magenta #E048FA

Tints of Free Speech Magenta #E048FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.19%

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 41.03%
G = 13.19%
B = 45.79%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E048FA (or 0xE048FA) is known color: Free Speech Magenta. HEX triplet: E0, 48 and FA. RGB value is (224,72,250). Sum of RGB (Red+Green+Blue) = 224+72+250=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 72 (28.52% from 255 or 13.19% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #E048FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048FA is #1FB705. Grayscale: #898989. Windows color (decimal): -2078470 or 16402656. OLE color: 16402656.

HSL color Cylindrical-coordinate representation of color #E048FA: hue angle of 291.24º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E048FA is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 72 250 -
CMYK 0.10 0.71 0 0.02
HSL 291.24º 0.95% 0.63% -
HSV(B) 291.24º 0.71% 0.98% -
XYZ 50.31 27.38 93.08 -
YUV 137.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 224 72 250 0.10 0.71 0 0.02 291.24 0.95 0.63
Hex E0 48 FA A 47 0 2 123 5F 3F
Octal 340 110 372 12 107 0 2 443 137 77
Binary 11100000 1001000 11111010 1010 1000111 0 10 100100011 1011111 111111

Color Harmonies of #E048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048FA

Black with #E048FA

Text Example


Text Example

White with #E048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048FA; }

 p { color: rgb(224,72,250); }

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

background-color css

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

 a { background-color: rgb(224,72,250); }

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

border-color css

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

 span { border-color: rgb(224,72,250); }

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