Html Css Color HEX #E049BB Free Speech Magenta

📋 copy color: '#E049BB'

red 224 ◦ green 73 ◦ blue 187

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

Shades of Free Speech Magenta #E049BB

Tints of Free Speech Magenta #E049BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.08%

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 46.28%
G = 15.08%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E049BB (or 0xE049BB) is known color: Free Speech Magenta. HEX triplet: E0, 49 and BB. RGB value is (224,73,187). Sum of RGB (Red+Green+Blue) = 224+73+187=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E049BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E049BB is #1FB644. Grayscale: #828282. Windows color (decimal): -2078277 or 12274144. OLE color: 12274144.

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

Color convert

RGB 224 73 187 -
CMYK 0 0.67 0.17 0.12
HSL 314.7º 0.71% 0.58% -
HSV(B) 314.7º 0.67% 0.88% -
XYZ 42.09 24.2 49.47 -
YUV 131.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 224 73 187 0 0.67 0.17 0.12 314.7 0.71 0.58
Hex E0 49 BB 0 43 11 C 13B 47 3A
Octal 340 111 273 0 103 21 14 473 107 72
Binary 11100000 1001001 10111011 0 1000011 10001 1100 100111011 1000111 111010

Color Harmonies of #E049BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E049BB

Black with #E049BB

Text Example


Text Example

White with #E049BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E049BB; }

 p { color: rgb(224,73,187); }

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

background-color css

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

 a { background-color: rgb(224,73,187); }

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

border-color css

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

 span { border-color: rgb(224,73,187); }

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