Html Css Color HEX #E531EF Free Speech Magenta

📋 copy color: '#E531EF'

red 229 ◦ green 49 ◦ blue 239

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

Shades of Free Speech Magenta #E531EF

Tints of Free Speech Magenta #E531EF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.48%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 44.29%
G = 9.48%
B = 46.23%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E531EF (or 0xE531EF) is known color: Free Speech Magenta. HEX triplet: E5, 31 and EF. RGB value is (229,49,239). Sum of RGB (Red+Green+Blue) = 229+49+239=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #E531EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531EF is #1ACE10. Grayscale: #7B7B7B. Windows color (decimal): -1756689 or 15675877. OLE color: 15675877.

HSL color Cylindrical-coordinate representation of color #E531EF: hue angle of 296.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531EF is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 49 239 -
CMYK 0.04 0.79 0 0.06
HSL 296.84º 0.86% 0.56% -
HSV(B) 296.84º 0.79% 0.94% -
XYZ 48.99 25.09 83.92 -
YUV 124.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 229 49 239 0.04 0.79 0 0.06 296.84 0.86 0.56
Hex E5 31 EF 4 4F 0 6 129 56 38
Octal 345 61 357 4 117 0 6 451 126 70
Binary 11100101 110001 11101111 100 1001111 0 110 100101001 1010110 111000

Color Harmonies of #E531EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531EF

Black with #E531EF

Text Example


Text Example

White with #E531EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531EF; }

 p { color: rgb(229,49,239); }

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

background-color css

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

 a { background-color: rgb(229,49,239); }

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

border-color css

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

 span { border-color: rgb(229,49,239); }

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