Html Css Color HEX #E731EF Free Speech Magenta

📋 copy color: '#E731EF'

red 231 ◦ green 49 ◦ blue 239

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

Shades of Free Speech Magenta #E731EF

Tints of Free Speech Magenta #E731EF

RGB

 RED value IS 231 (90.63% from 255) = 44.51%

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

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

R = 44.51%
G = 9.44%
B = 46.05%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E731EF (or 0xE731EF) is known color: Free Speech Magenta. HEX triplet: E7, 31 and EF. RGB value is (231,49,239). Sum of RGB (Red+Green+Blue) = 231+49+239=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 49 (19.53% from 255 or 9.44% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #E731EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731EF is #18CE10. Grayscale: #7C7C7C. Windows color (decimal): -1625617 or 15675879. OLE color: 15675879.

HSL color Cylindrical-coordinate representation of color #E731EF: hue angle of 297.47º 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 #E731EF is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 49 239 -
CMYK 0.03 0.79 0 0.06
HSL 297.47º 0.86% 0.56% -
HSV(B) 297.47º 0.79% 0.94% -
XYZ 49.63 25.42 83.95 -
YUV 125.08 192.3 203.55 -
System Red Green Blue C M Y K H S L
Decimal 231 49 239 0.03 0.79 0 0.06 297.47 0.86 0.56
Hex E7 31 EF 3 4F 0 6 129 56 38
Octal 347 61 357 3 117 0 6 451 126 70
Binary 11100111 110001 11101111 11 1001111 0 110 100101001 1010110 111000

Color Harmonies of #E731EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E731EF

Black with #E731EF

Text Example


Text Example

White with #E731EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E731EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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