Html Css Color HEX #E147F6 Free Speech Magenta

📋 copy color: '#E147F6'

red 225 ◦ green 71 ◦ blue 246

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

Shades of Free Speech Magenta #E147F6

Tints of Free Speech Magenta #E147F6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.1%

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 41.51%
G = 13.1%
B = 45.39%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E147F6 (or 0xE147F6) is known color: Free Speech Magenta. HEX triplet: E1, 47 and F6. RGB value is (225,71,246). Sum of RGB (Red+Green+Blue) = 225+71+246=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 71 (28.12% from 255 or 13.10% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #E147F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E147F6 is #1EB809. Grayscale: #888888. Windows color (decimal): -2013194 or 16140257. OLE color: 16140257.

HSL color Cylindrical-coordinate representation of color #E147F6: hue angle of 292.8º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E147F6 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 71 246 -
CMYK 0.09 0.71 0 0.04
HSL 292.8º 0.91% 0.62% -
HSV(B) 292.8º 0.71% 0.96% -
XYZ 49.94 27.17 89.8 -
YUV 137 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 225 71 246 0.09 0.71 0 0.04 292.8 0.91 0.62
Hex E1 47 F6 9 47 0 4 125 5B 3E
Octal 341 107 366 11 107 0 4 445 133 76
Binary 11100001 1000111 11110110 1001 1000111 0 100 100100101 1011011 111110

Color Harmonies of #E147F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147F6

Black with #E147F6

Text Example


Text Example

White with #E147F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147F6; }

 p { color: rgb(225,71,246); }

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

background-color css

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

 a { background-color: rgb(225,71,246); }

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

border-color css

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

 span { border-color: rgb(225,71,246); }

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