Html Css Color HEX #E544F9 Free Speech Magenta

📋 copy color: '#E544F9'

red 229 ◦ green 68 ◦ blue 249

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

Shades of Free Speech Magenta #E544F9

Tints of Free Speech Magenta #E544F9

RGB

 RED value IS 229 (89.84% from 255) = 41.94%

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

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

R = 41.94%
G = 12.45%
B = 45.6%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E544F9 (or 0xE544F9) is known color: Free Speech Magenta. HEX triplet: E5, 44 and F9. RGB value is (229,68,249). Sum of RGB (Red+Green+Blue) = 229+68+249=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 68 (26.95% from 255 or 12.45% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #E544F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E544F9 is #1ABB06. Grayscale: #888888. Windows color (decimal): -1751815 or 16336101. OLE color: 16336101.

HSL color Cylindrical-coordinate representation of color #E544F9: hue angle of 293.37º 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 #E544F9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 68 249 -
CMYK 0.08 0.73 0 0.02
HSL 293.37º 0.94% 0.62% -
HSV(B) 293.37º 0.73% 0.98% -
XYZ 51.48 27.63 92.24 -
YUV 136.77 191.34 193.78 -
System Red Green Blue C M Y K H S L
Decimal 229 68 249 0.08 0.73 0 0.02 293.37 0.94 0.62
Hex E5 44 F9 8 49 0 2 125 5E 3E
Octal 345 104 371 10 111 0 2 445 136 76
Binary 11100101 1000100 11111001 1000 1001001 0 10 100100101 1011110 111110

Color Harmonies of #E544F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E544F9

Black with #E544F9

Text Example


Text Example

White with #E544F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E544F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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