Html Css Color HEX #E148EC Free Speech Magenta

📋 copy color: '#E148EC'

red 225 ◦ green 72 ◦ blue 236

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

Shades of Free Speech Magenta #E148EC

Tints of Free Speech Magenta #E148EC

RGB

 RED value IS 225 (88.28% from 255) = 42.21%

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

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

R = 42.21%
G = 13.51%
B = 44.28%

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

#E148EC (or 0xE148EC) is known color: Free Speech Magenta. HEX triplet: E1, 48 and EC. RGB value is (225,72,236). Sum of RGB (Red+Green+Blue) = 225+72+236=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 72 (28.52% from 255 or 13.51% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #E148EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E148EC is #1EB713. Grayscale: #878787. Windows color (decimal): -2012948 or 15485153. OLE color: 15485153.

HSL color Cylindrical-coordinate representation of color #E148EC: hue angle of 295.98º 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 #E148EC is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 72 236 -
CMYK 0.05 0.69 0 0.07
HSL 295.98º 0.81% 0.6% -
HSV(B) 295.98º 0.69% 0.93% -
XYZ 48.51 26.7 81.95 -
YUV 136.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 225 72 236 0.05 0.69 0 0.07 295.98 0.81 0.6
Hex E1 48 EC 5 45 0 7 128 51 3C
Octal 341 110 354 5 105 0 7 450 121 74
Binary 11100001 1001000 11101100 101 1000101 0 111 100101000 1010001 111100

Color Harmonies of #E148EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E148EC

Black with #E148EC

Text Example


Text Example

White with #E148EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E148EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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