Html Css Color HEX #E048BF Free Speech Magenta

📋 copy color: '#E048BF'

red 224 ◦ green 72 ◦ blue 191

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

Shades of Free Speech Magenta #E048BF

Tints of Free Speech Magenta #E048BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.22%

R = 46%
G = 14.78%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E048BF (or 0xE048BF) is known color: Free Speech Magenta. HEX triplet: E0, 48 and BF. RGB value is (224,72,191). Sum of RGB (Red+Green+Blue) = 224+72+191=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E048BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048BF is #1FB740. Grayscale: #828282. Windows color (decimal): -2078529 or 12536032. OLE color: 12536032.

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

Color convert

RGB 224 72 191 -
CMYK 0 0.68 0.15 0.12
HSL 313.03º 0.71% 0.58% -
HSV(B) 313.03º 0.68% 0.88% -
XYZ 42.46 24.24 51.73 -
YUV 131.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 224 72 191 0 0.68 0.15 0.12 313.03 0.71 0.58
Hex E0 48 BF 0 44 F C 139 47 3A
Octal 340 110 277 0 104 17 14 471 107 72
Binary 11100000 1001000 10111111 0 1000100 1111 1100 100111001 1000111 111010

Color Harmonies of #E048BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048BF

Black with #E048BF

Text Example


Text Example

White with #E048BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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