Html Css Color HEX #E048BE Free Speech Magenta

📋 copy color: '#E048BE'

red 224 ◦ green 72 ◦ blue 190

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

Shades of Free Speech Magenta #E048BE

Tints of Free Speech Magenta #E048BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 46.09%
G = 14.81%
B = 39.09%

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

#E048BE (or 0xE048BE) is known color: Free Speech Magenta. HEX triplet: E0, 48 and BE. RGB value is (224,72,190). Sum of RGB (Red+Green+Blue) = 224+72+190=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E048BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048BE is #1FB741. Grayscale: #828282. Windows color (decimal): -2078530 or 12470496. OLE color: 12470496.

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

Color convert

RGB 224 72 190 -
CMYK 0 0.68 0.15 0.12
HSL 313.42º 0.71% 0.58% -
HSV(B) 313.42º 0.68% 0.88% -
XYZ 42.35 24.2 51.15 -
YUV 130.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 224 72 190 0 0.68 0.15 0.12 313.42 0.71 0.58
Hex E0 48 BE 0 44 F C 139 47 3A
Octal 340 110 276 0 104 17 14 471 107 72
Binary 11100000 1001000 10111110 0 1000100 1111 1100 100111001 1000111 111010

Color Harmonies of #E048BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048BE

Black with #E048BE

Text Example


Text Example

White with #E048BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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