Html Css Color HEX #E148FA Free Speech Magenta

📋 copy color: '#E148FA'

red 225 ◦ green 72 ◦ blue 250

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

Shades of Free Speech Magenta #E148FA

Tints of Free Speech Magenta #E148FA

RGB

 RED value IS 225 (88.28% from 255) = 41.13%

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

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

R = 41.13%
G = 13.16%
B = 45.7%

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

#E148FA (or 0xE148FA) is known color: Free Speech Magenta. HEX triplet: E1, 48 and FA. RGB value is (225,72,250). Sum of RGB (Red+Green+Blue) = 225+72+250=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #E148FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148FA is #1EB705. Grayscale: #898989. Windows color (decimal): -2012934 or 16402657. OLE color: 16402657.

HSL color Cylindrical-coordinate representation of color #E148FA: hue angle of 291.57º 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 #E148FA is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 72 250 -
CMYK 0.10 0.71 0 0.02
HSL 291.57º 0.95% 0.63% -
HSV(B) 291.57º 0.71% 0.98% -
XYZ 50.62 27.54 93.09 -
YUV 138.04 191.19 190.03 -
System Red Green Blue C M Y K H S L
Decimal 225 72 250 0.10 0.71 0 0.02 291.57 0.95 0.63
Hex E1 48 FA A 47 0 2 124 5F 3F
Octal 341 110 372 12 107 0 2 444 137 77
Binary 11100001 1001000 11111010 1010 1000111 0 10 100100100 1011111 111111

Color Harmonies of #E148FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148FA

Black with #E148FA

Text Example


Text Example

White with #E148FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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