Html Css Color HEX #E148F8 Free Speech Magenta

📋 copy color: '#E148F8'

red 225 ◦ green 72 ◦ blue 248

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

Shades of Free Speech Magenta #E148F8

Tints of Free Speech Magenta #E148F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.5%

R = 41.28%
G = 13.21%
B = 45.5%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E148F8 (or 0xE148F8) is known color: Free Speech Magenta. HEX triplet: E1, 48 and F8. RGB value is (225,72,248). Sum of RGB (Red+Green+Blue) = 225+72+248=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 72 (28.52% from 255 or 13.21% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #E148F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148F8 is #1EB707. Grayscale: #898989. Windows color (decimal): -2012936 or 16271585. OLE color: 16271585.

HSL color Cylindrical-coordinate representation of color #E148F8: hue angle of 292.16º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E148F8 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 225 72 248 -
CMYK 0.09 0.71 0 0.03
HSL 292.16º 0.93% 0.63% -
HSV(B) 292.16º 0.71% 0.97% -
XYZ 50.31 27.42 91.45 -
YUV 137.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 225 72 248 0.09 0.71 0 0.03 292.16 0.93 0.63
Hex E1 48 F8 9 47 0 3 124 5D 3F
Octal 341 110 370 11 107 0 3 444 135 77
Binary 11100001 1001000 11111000 1001 1000111 0 11 100100100 1011101 111111

Color Harmonies of #E148F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148F8

Black with #E148F8

Text Example


Text Example

White with #E148F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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