Html Css Color HEX #E542F9 Free Speech Magenta

📋 copy color: '#E542F9'

red 229 ◦ green 66 ◦ blue 249

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

Shades of Free Speech Magenta #E542F9

Tints of Free Speech Magenta #E542F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.13%

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

R = 42.1%
G = 12.13%
B = 45.77%

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

#E542F9 (or 0xE542F9) is known color: Free Speech Magenta. HEX triplet: E5, 42 and F9. RGB value is (229,66,249). Sum of RGB (Red+Green+Blue) = 229+66+249=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 66 (26.17% from 255 or 12.13% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #E542F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542F9 is #1ABD06. Grayscale: #878787. Windows color (decimal): -1752327 or 16335589. OLE color: 16335589.

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

Color convert

RGB 229 66 249 -
CMYK 0.08 0.73 0 0.02
HSL 293.44º 0.94% 0.62% -
HSV(B) 293.44º 0.73% 0.98% -
XYZ 51.36 27.39 92.2 -
YUV 135.6 192 194.62 -
System Red Green Blue C M Y K H S L
Decimal 229 66 249 0.08 0.73 0 0.02 293.44 0.94 0.62
Hex E5 42 F9 8 49 0 2 125 5E 3E
Octal 345 102 371 10 111 0 2 445 136 76
Binary 11100101 1000010 11111001 1000 1001001 0 10 100100101 1011110 111110

Color Harmonies of #E542F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542F9

Black with #E542F9

Text Example


Text Example

White with #E542F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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