Html Css Color HEX #E048EC Free Speech Magenta

📋 copy color: '#E048EC'

red 224 ◦ green 72 ◦ blue 236

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

Shades of Free Speech Magenta #E048EC

Tints of Free Speech Magenta #E048EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 42.11%
G = 13.53%
B = 44.36%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E048EC (or 0xE048EC) is known color: Free Speech Magenta. HEX triplet: E0, 48 and EC. RGB value is (224,72,236). Sum of RGB (Red+Green+Blue) = 224+72+236=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 72 (28.52% from 255 or 13.53% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #E048EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E048EC is #1FB713. Grayscale: #878787. Windows color (decimal): -2078484 or 15485152. OLE color: 15485152.

HSL color Cylindrical-coordinate representation of color #E048EC: hue angle of 295.61º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E048EC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 72 236 -
CMYK 0.05 0.69 0 0.07
HSL 295.61º 0.81% 0.6% -
HSV(B) 295.61º 0.69% 0.93% -
XYZ 48.2 26.54 81.94 -
YUV 136.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 224 72 236 0.05 0.69 0 0.07 295.61 0.81 0.6
Hex E0 48 EC 5 45 0 7 128 51 3C
Octal 340 110 354 5 105 0 7 450 121 74
Binary 11100000 1001000 11101100 101 1000101 0 111 100101000 1010001 111100

Color Harmonies of #E048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048EC

Black with #E048EC

Text Example


Text Example

White with #E048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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