Html Css Color HEX #E144F9 Free Speech Magenta

📋 copy color: '#E144F9'

red 225 ◦ green 68 ◦ blue 249

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

Shades of Free Speech Magenta #E144F9

Tints of Free Speech Magenta #E144F9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.55%

 BLUE value IS 249 (97.66% from 255) = 45.94%

R = 41.51%
G = 12.55%
B = 45.94%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E144F9 (or 0xE144F9) is known color: Free Speech Magenta. HEX triplet: E1, 44 and F9. RGB value is (225,68,249). Sum of RGB (Red+Green+Blue) = 225+68+249=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 68 (26.95% from 255 or 12.55% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #E144F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E144F9 is #1EBB06. Grayscale: #878787. Windows color (decimal): -2013959 or 16336097. OLE color: 16336097.

HSL color Cylindrical-coordinate representation of color #E144F9: hue angle of 292.04º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E144F9 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 68 249 -
CMYK 0.10 0.73 0 0.02
HSL 292.04º 0.94% 0.62% -
HSV(B) 292.04º 0.73% 0.98% -
XYZ 50.22 26.98 92.18 -
YUV 135.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 225 68 249 0.10 0.73 0 0.02 292.04 0.94 0.62
Hex E1 44 F9 A 49 0 2 124 5E 3E
Octal 341 104 371 12 111 0 2 444 136 76
Binary 11100001 1000100 11111001 1010 1001001 0 10 100100100 1011110 111110

Color Harmonies of #E144F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E144F9

Black with #E144F9

Text Example


Text Example

White with #E144F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E144F9; }

 p { color: rgb(225,68,249); }

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

background-color css

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

 a { background-color: rgb(225,68,249); }

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

border-color css

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

 span { border-color: rgb(225,68,249); }

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