Html Css Color HEX #E048BC Free Speech Magenta

📋 copy color: '#E048BC'

red 224 ◦ green 72 ◦ blue 188

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

Shades of Free Speech Magenta #E048BC

Tints of Free Speech Magenta #E048BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 46.28%
G = 14.88%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E048BC (or 0xE048BC) is known color: Free Speech Magenta. HEX triplet: E0, 48 and BC. RGB value is (224,72,188). Sum of RGB (Red+Green+Blue) = 224+72+188=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E048BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048BC is #1FB743. Grayscale: #828282. Windows color (decimal): -2078532 or 12339424. OLE color: 12339424.

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

Color convert

RGB 224 72 188 -
CMYK 0 0.68 0.16 0.12
HSL 314.21º 0.71% 0.58% -
HSV(B) 314.21º 0.68% 0.88% -
XYZ 42.13 24.11 50.01 -
YUV 130.67 160.36 194.57 -
System Red Green Blue C M Y K H S L
Decimal 224 72 188 0 0.68 0.16 0.12 314.21 0.71 0.58
Hex E0 48 BC 0 44 10 C 13A 47 3A
Octal 340 110 274 0 104 20 14 472 107 72
Binary 11100000 1001000 10111100 0 1000100 10000 1100 100111010 1000111 111010

Color Harmonies of #E048BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048BC

Black with #E048BC

Text Example


Text Example

White with #E048BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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