Html Css Color HEX #E148B7 Free Speech Magenta

📋 copy color: '#E148B7'

red 225 ◦ green 72 ◦ blue 183

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

Shades of Free Speech Magenta #E148B7

Tints of Free Speech Magenta #E148B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.13%

R = 46.88%
G = 15%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E148B7 (or 0xE148B7) is known color: Free Speech Magenta. HEX triplet: E1, 48 and B7. RGB value is (225,72,183). Sum of RGB (Red+Green+Blue) = 225+72+183=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E148B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148B7 is #1EB748. Grayscale: #828282. Windows color (decimal): -2013001 or 12011745. OLE color: 12011745.

HSL color Cylindrical-coordinate representation of color #E148B7: hue angle of 316.47º 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 #E148B7 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 72 183 -
CMYK 0 0.68 0.19 0.12
HSL 316.47º 0.72% 0.58% -
HSV(B) 316.47º 0.68% 0.88% -
XYZ 41.92 24.06 47.23 -
YUV 130.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 225 72 183 0 0.68 0.19 0.12 316.47 0.72 0.58
Hex E1 48 B7 0 44 13 C 13C 48 3A
Octal 341 110 267 0 104 23 14 474 110 72
Binary 11100001 1001000 10110111 0 1000100 10011 1100 100111100 1001000 111010

Color Harmonies of #E148B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148B7

Black with #E148B7

Text Example


Text Example

White with #E148B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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