Html Css Color HEX #E148BA Free Speech Magenta

📋 copy color: '#E148BA'

red 225 ◦ green 72 ◦ blue 186

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

Shades of Free Speech Magenta #E148BA

Tints of Free Speech Magenta #E148BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 46.58%
G = 14.91%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E148BA (or 0xE148BA) is known color: Free Speech Magenta. HEX triplet: E1, 48 and BA. RGB value is (225,72,186). Sum of RGB (Red+Green+Blue) = 225+72+186=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E148BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148BA is #1EB745. Grayscale: #828282. Windows color (decimal): -2012998 or 12208353. OLE color: 12208353.

HSL color Cylindrical-coordinate representation of color #E148BA: hue angle of 315.29º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148BA is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 186 -
CMYK 0 0.68 0.17 0.12
HSL 315.29º 0.72% 0.58% -
HSV(B) 315.29º 0.68% 0.88% -
XYZ 42.23 24.19 48.9 -
YUV 130.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 225 72 186 0 0.68 0.17 0.12 315.29 0.72 0.58
Hex E1 48 BA 0 44 11 C 13B 48 3A
Octal 341 110 272 0 104 21 14 473 110 72
Binary 11100001 1001000 10111010 0 1000100 10001 1100 100111011 1001000 111010

Color Harmonies of #E148BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148BA

Black with #E148BA

Text Example


Text Example

White with #E148BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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