Html Css Color HEX #E559F2 Free Speech Magenta

📋 copy color: '#E559F2'

red 229 ◦ green 89 ◦ blue 242

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

Shades of Free Speech Magenta #E559F2

Tints of Free Speech Magenta #E559F2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.89%

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 40.89%
G = 15.89%
B = 43.21%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E559F2 (or 0xE559F2) is known color: Free Speech Magenta. HEX triplet: E5, 59 and F2. RGB value is (229,89,242). Sum of RGB (Red+Green+Blue) = 229+89+242=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #E559F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E559F2 is #1AA60D. Grayscale: #939393. Windows color (decimal): -1746446 or 15882725. OLE color: 15882725.

HSL color Cylindrical-coordinate representation of color #E559F2: hue angle of 294.9º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E559F2 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 89 242 -
CMYK 0.05 0.63 0 0.05
HSL 294.9º 0.85% 0.65% -
HSV(B) 294.9º 0.63% 0.95% -
XYZ 51.91 30.21 87.1 -
YUV 148.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 229 89 242 0.05 0.63 0 0.05 294.9 0.85 0.65
Hex E5 59 F2 5 3F 0 5 127 55 41
Octal 345 131 362 5 77 0 5 447 125 101
Binary 11100101 1011001 11110010 101 111111 0 101 100100111 1010101 1000001

Color Harmonies of #E559F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E559F2

Black with #E559F2

Text Example


Text Example

White with #E559F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E559F2; }

 p { color: rgb(229,89,242); }

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

background-color css

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

 a { background-color: rgb(229,89,242); }

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

border-color css

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

 span { border-color: rgb(229,89,242); }

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